first stable parser

This commit is contained in:
Lauchmelder 2021-11-27 22:30:20 +01:00
parent d01cf5790b
commit 79c54f3c0d
5 changed files with 149 additions and 19 deletions

View file

@ -1,2 +1,2 @@
point(3, 4) -> A
[point(3, 4) -> A]
line(A, point(7, 8))