Commit Graph

3 Commits (main)

Author SHA1 Message Date
Julius 25a9a772e6
Add custom types. Make an attempt at method calls.
You just need to implement `CustomValue`, `Debug` and `Clone`
for your own types, and the type can be used in your code.

Next on the list: method calls (e.g. x.y(), instead of y(x))
2022-07-03 20:32:31 +02:00
Julius df3f0bf0a7
Basic pest parser 2022-07-03 15:17:37 +02:00
Julius fc942b9bc0
Initial Commit 2022-07-02 23:42:15 +02:00