basic parser to renderer pipeline

This commit is contained in:
Lauchmelder 2021-11-30 14:08:50 +01:00
parent ab353dc594
commit a502abf051
3 changed files with 27 additions and 22 deletions

View file

@ -1,9 +1,10 @@
point(0.2378, -34.389) -> A
point(2.5, 0) -> B
[point(-1, 3) -> C]
point(200, 300) -> A
point(400, 300) -> B
[point(300, 128) -> C]
line(A, B) -> AB
line(B, C)
line(C, A)
circle(A, len(AB))
circle(A, len(AB))
circle(B, len(AB))