Commit Graph

9 Commits (main)

Author SHA1 Message Date
Julius fd3ec9e12d
Add if expressions 2022-07-04 21:49:08 +02:00
Julius 506b406146
Add return to functions 2022-07-04 15:36:03 +02:00
Julius 7236b204b9
Fix some clippy pedantic errors 2022-07-04 00:11:55 +02:00
Julius e30dfcb0a9
Add README, update sample file, fix functions 2022-07-03 23:45:34 +02:00
Julius 1c6d8a90d4
Fix clippy errors 2022-07-03 23:16:35 +02:00
Julius 68bcdb987e
Add method syntax 2022-07-03 23:13:12 +02:00
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 c67cbf66e6
Add functions and some clean up 2022-07-03 16:01:45 +02:00
Julius df3f0bf0a7
Basic pest parser 2022-07-03 15:17:37 +02:00