Ns
Jump to navigation
Jump to search
Currently in progress of writing an interpreter for a high-level programming language called ns. User:Nmcassa
Syntax
This language is like python and lua, because it is dynamically typed and also because it is written like English
Also there are no tabs and no encapsulating characters (except "" for strings) (at this point in dev). Expressions don't support PEMDAS (because of the lack of ()). So loops and ifs declare how many lines below 'belong' to them for example this if statement is holding the two lines underneath it:
if 2 => i > 5 var item = i print item