diff options
author | Camil Staps | 2023-01-23 22:36:16 +0100 |
---|---|---|
committer | Camil Staps | 2023-01-23 22:36:16 +0100 |
commit | 301a73c63b3fe5e8306e9e8d213269a720b7a089 (patch) | |
tree | 0593001bc36302e0c759d85e98fcd78dfe87fcef /snug-clean/src/Snug/Syntax.icl | |
parent | Add example of small functional language and run time system (diff) |
Add Clean parser for snug
Diffstat (limited to 'snug-clean/src/Snug/Syntax.icl')
-rw-r--r-- | snug-clean/src/Snug/Syntax.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snug-clean/src/Snug/Syntax.icl b/snug-clean/src/Snug/Syntax.icl new file mode 100644 index 0000000..f886750 --- /dev/null +++ b/snug-clean/src/Snug/Syntax.icl @@ -0,0 +1 @@ +implementation module Snug.Syntax |