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!
I completely to post a dev log:
But I have been cooking so I got the tokenizer part done:
- Keeps strings together: yo this fr fr stays as one token.
- Splits numbers and words: 5, bussin, x, = all get separated.
Then after the tokenizer is done I also made the the parser but there is some errors that still needs to be fixed...