Nylo's programming language interpreter.
Stars
22
Forks
2
Watchers
22
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Added as example of behaviour of the previous commit the global variable `-> weird variable :0 <-`, that can be used like any other variable, e.g.: base.`-> weird variable :0 <-`.prev
c64cd57View on GitHubChanged the symbol syntax from (+) to `+`, in order to a) be sure it does not collide with structures, e.g. (->) would be a structure and not a symbol b) be more general, allowing giving any type of variable names, even `This is a very weird variable name!!! wut!?`
f89e59dView on GitHubMore list ops and possibility to run other files than base.ny
e6845faView on GitHub