From 253513f62b0d67e2e0ee5d2fb419984734738720 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Sat, 27 Nov 2021 23:02:34 +0100 Subject: [PATCH] Update syntax.md --- src/doc/syntax.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/doc/syntax.md b/src/doc/syntax.md index b66f171..a8039d7 100644 --- a/src/doc/syntax.md +++ b/src/doc/syntax.md @@ -16,11 +16,6 @@ These variables are immutable. Objects do not exist in this script, in fact, var Lines in brackets `[]` are "hidden". They are parsed, but will not be rendered. -## Primitives -* `Point point(x, y)` is a 2D point. It returns an element of type `Point` -* `Line line(Point from, Point to)` is a straight line. It returns an element of type `Line`. -* `Circle circle(Point center, radius)` draws a circle at `center` and `radius` - ## Grammar ``` instruction ::= identifier({parameter, }) [-> identifer]