diff options
author | Eduardo Julian | 2015-03-22 02:20:30 -0400 |
---|---|---|
committer | Eduardo Julian | 2015-03-22 02:20:30 -0400 |
commit | ca6e205c4d4f0ead6b82429a188301d00503d24d (patch) | |
tree | 1dd29b774f3fd9b5ed5cb8490fc61638f894f950 /source | |
parent | a2cb7fba2b90cac1d40b409484ad8a0e8d189fd3 (diff) |
- Fixed the bug that caused the infinite look while compiling the file.
Diffstat (limited to '')
-rw-r--r-- | source/lux.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lux.lux b/source/lux.lux index 9a0bab625..34b15fd49 100644 --- a/source/lux.lux +++ b/source/lux.lux @@ -25,7 +25,7 @@ ## Base functions & macros (def' _meta (lambda' _ data - (#Meta [["" -1 -1] data]))) + (#Meta [["" -1 -1] data]))) (def' let' (lambda' _ tokens |