An eso lang made with JS. The theme of it is Hack club (syntax highlights it). The README has info about where docs are and stuff.
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!
Made it so calling functions inside sendMessage() works as well as having a variable in the return statement of a function
Finished the base of the lang. Started debugging, finished debugging the print statment (sendMessage(content)). Also started work on the website to run the code as well.
Made most of the base lang. Just converted it where there is a function for each piece of syntax instead of all of it being in the loop. This will make it easier to code the parts for running functions and error handling easier.