8000 GitHub - Alaxe/nitwit: A programming language that uses prefix notation for amusement purposes.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Alaxe/nitwit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
< ACA7 div data-testid="latest-commit-details" class="d-none d-sm-flex flex-items-center">

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitwit

Nitwit is an imperative programming language that uses prefix notation for amusement purposes. It is strongly typed, gargabe collected, and compiled by being transcribed to C.

How to use

To build the compiler, run make stable. In case you don't have make, you'd have to compile all the files from /src/ manually.

Programs are compiled using ./nitwit <input file> <output file>, where <input file> is the nitwit source and <output file> is the compiled C file. To create an executable program, you'd then compile the C code using something like cc <output file> -o <program>.

Docs

Nitwit's syntax is documented in the docs folder of this repo. Additionally, some example code is provided under sample-code.

About

A programming language that uses prefix notation for amusement purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0