DEXT is a scripting language for use with the DEXT computer (but is multiplatform) that is more powerful than the terminal. The catch? I need to write an interpreter.
I am writing the interpreter in C++ so that I can compile for the DEXT computer. I came up with a simple program written in this early version of the DEXT language and interpreted it sucessfully!
There are only a few small parts of the language completed so far, but I'm doing good considering this is my first day working on the interpreter.
Here is what I have implemented:
- variables
- strings
- integers (only inc/dec operators for now)
- folder objects (only can create, not delete, for now)
- comments
- printing to the screen (a hello world program is possible!!)
- null object
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
That’s great Dylan!
Are you sure? yes | no