From: Mike D. Lowis Date: Tue, 13 Aug 2013 19:23:36 +0000 (-0400) Subject: removed obsolete files X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=744af03809a2d54b19b3b9c5dfc06af91d8134ff;p=proto%2Fsclpl.git removed obsolete files --- diff --git a/docs/example.sl b/docs/example.sl deleted file mode 100644 index 12389e4..0000000 --- a/docs/example.sl +++ /dev/null @@ -1,4 +0,0 @@ -if {1 == 1} - print("Foo") -end - diff --git a/docs/example.tokens b/docs/example.tokens deleted file mode 100644 index 46b0235..0000000 --- a/docs/example.tokens +++ /dev/null @@ -1,12 +0,0 @@ -@file docs/example.sl -ID 1 1 if -LBRACE 1 4 { -NUM 1 5 1 -ID 1 7 == -NUM 1 10 1 -RBRACE 1 11 } -ID 2 5 print -LPAREN 2 10 ( -ID 2 11 "Foo" -RPAREN 2 16 ) -TERM 3 1 end