Commit Graph

3 Commits

Author SHA1 Message Date
25beed3cd4 Add include statement
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-02-11 16:09:41 -08:00
7414c7df70 WIP: Implement peg parser using pest
PEG parser using pest is implemented. It was able to run the three
examples that we currently have so hopefully there aren't any huge
issues. There's a few warnings remaining that I will squash soon. Token,
parser, and token modules have been removed.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-02-11 15:58:10 -08:00
f4699e5e21 WIP: Re-implement parser in pest
Parser implementation is kind of iffy. Let's try to re-implement it
using pest.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-02-11 14:50:09 -08:00