hawkins / druid

🧙 A systems-level programming language with a focus on integrated build systems and deploying to native and web assembly at once
https://twitch.tv/druidlang
2 stars 0 forks source link

Finish first pass of lexer #1

Open hawkins opened 6 years ago

hawkins commented 6 years ago
hawkins commented 5 years ago

Made more progress on lexing trivial forms of each token we support. Noticed we don't support -- / ++ inc/decrementing. Will want to add that eventually, but maybe not quite yet. A simple grammar always helps a first parser pass so we can add things like that in after the fact. We're already pretty complicated, so it's sort of a moot point, but I think it's about time for a feature freeze on first grammar.

Next steps:

hawkins commented 4 years ago

I think this is closed by #5

lol no that prompted this issue, nvm