Commit graph

7 commits

Author SHA1 Message Date
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
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