Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 501 Bytes

Natrix

Alt text
Natrix is a simple toy-language in Python
Run:

python parser.py filename.natrix

from the terminal to parse Natrix source code.
For the moment the language is static and basic, so the parsing process will print the memory content.
Running test.natrix the following will be returned:

something
wow, really cool!

In the code you can also find a syntax highligthing file for Sublime Text