diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2022-09-23 15:02:46 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | 51c3993f0a84b3de57bae480ce7bb14a1408f25e (patch) | |
| tree | 692ecf7b67371f25a5d9d5dbeecc449484dd75e5 /examples | |
| parent | 89a6e5d5a4ab10a5dbc70e891499db851896ac7d (diff) | |
Implement parser
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/test.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/test.lisp b/examples/test.lisp index a84d887..b753827 100644 --- a/examples/test.lisp +++ b/examples/test.lisp @@ -3,4 +3,6 @@ foo ; test1 1 2 ) "string with space" -"another \n\"string\""
\ No newline at end of file +"another \n\"string\"" +(let id + (\[a] a)) |
