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