diff options
author | Eduardo Julian | 2022-06-12 20:05:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-12 20:05:43 -0400 |
commit | 1643be20cb10baf3cabcab502f0013b7faebe322 (patch) | |
tree | 4b4f4619921bf5749e404e7f644e5dfe30d69055 /.gitignore | |
parent | 94c0bc5d12ed44540543bd6772d357baeb32bb45 (diff) |
Generalized macro-let.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 40d60ba10..606ff0d0a 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ aedifex.jar /lux-jvm/source/unsafe /lux-jvm/source/program /lux-jvm/source/spec +/lux-jvm/source/parser /lux-js/RELEASE /lux-js/target @@ -32,6 +33,7 @@ aedifex.jar /lux-js/source/unsafe /lux-js/source/program /lux-js/source/spec +/lux-js/source/parser /lux-js/node_based_compiler.js /lux-js/lux.js @@ -41,6 +43,7 @@ aedifex.jar /lux-python/source/unsafe /lux-python/source/program /lux-python/source/spec +/lux-python/source/parser /lux-lua/RELEASE /lux-lua/target @@ -48,6 +51,7 @@ aedifex.jar /lux-lua/source/unsafe /lux-lua/source/program /lux-lua/source/spec +/lux-lua/source/parser /lux-ruby/RELEASE /lux-ruby/target @@ -55,6 +59,7 @@ aedifex.jar /lux-ruby/source/unsafe /lux-ruby/source/program /lux-ruby/source/spec +/lux-ruby/source/parser /stdlib/RELEASE /stdlib/target |