This is a programming language but everything is "I am Groot"
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
worked on developing the web interface for the interpreter, and got it nice and runing finally!!! im gonna be working on making some ascii art cus i think its going to be cool.
THE GROOT LANGUAGE IS FINISHED!!
i added a lot of stuff, you could say i completely refactored the entire thing, commands have changed, you now only have 2 variables and one optional function, no more, but u get error handling and im working on making some test programs but its super hard to code in this language.
also the program passed all the parsing tests which mean its identifying each token correctly. i also added comments using #
This first 4 hours were spent creating the base and defining the different tokens for the groot esolang, for now i plan to use different punctuations to indicate loops, and create variables and other stuff, but i still have to finish writing the interpreter