Commit graph

13 commits

Author SHA1 Message Date
362275742a fix(deps): update rust crate miette to v7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-02-06 15:05:41 +13:00
275025341d
fix(deps): update rust crate pest to 2.7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-07-21 16:49:59 +12:00
8ba35b024e fix(deps): update rust crate pest_derive to 2.7
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-21 16:41:48 +12:00
2cc911a15f fix(deps): update rust crate miette to 5.10 2023-07-16 14:56:49 +12:00
ea4f10b3e9
improvement: new parser and AST. 2023-06-29 16:37:38 +12:00
2277882c89 wip: replace home-rolled lexer and parser with pest. 2022-08-15 17:48:36 +12:00
2efe1a3cf1 wip: working on the compiler. 2022-08-09 12:40:22 +12:00
e60cf9c4dd wip: it can parse all the core code written so far.! 2022-08-09 12:40:22 +12:00
3e1ca2cb7a wip: wtf I don't even know any more, 2022-08-09 12:40:22 +12:00
1fe2de4444 feat: add statement parsing. 2022-07-20 20:43:13 +00:00
4864ef980e chore: add package and license information. 2022-07-18 09:41:49 +12:00
ac6049cef2 wip: start working on parser. 2022-07-17 12:30:28 +12:00
0aeabb0af3 feat: working scanner for common tokens.
This is by no means complete - or even that smart, but it's enough to get started with.
2022-07-17 09:19:58 +12:00