index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
lux
/
platform
/
interpreter.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2019-02-12
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
1
-221
/
+0
2019-02-11
Added the special # syntax for referring to the module's alias when opening ↵
Eduardo Julian
1
-1
/
+1
structures.
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-6
/
+6
2018-12-15
Re-named the "Error" tag to "Failure".
Eduardo Julian
1
-3
/
+3
2018-10-29
Extracted "phase" from under "lux/platform/compiler/default".
Eduardo Julian
1
-10
/
+10
2018-10-29
Nested the compiler and the interpreter under the lux/platform/* path.
Eduardo Julian
1
-0
/
+0
2018-10-27
Some refactoring.
Eduardo Julian
1
-13
/
+16
2018-08-23
Optimized character extraction by not having to query the length of the ↵
Eduardo Julian
1
-2
/
+3
source-code every time.
2018-08-23
Added record parsing.
Eduardo Julian
1
-1
/
+1
2018-08-23
No more escaping of new-line.
Eduardo Julian
1
-6
/
+6
2018-08-23
No more escaping of double-quotes.
Eduardo Julian
1
-1
/
+1
2018-08-22
Full parsing of names (for both identifiers and tags).
Eduardo Julian
1
-1
/
+1
2018-08-15
Fixes for pattern-matching and macro-expansions.
Eduardo Julian
1
-1
/
+1
2018-08-11
Moved interpreter (REPL) code to stdlib.
Eduardo Julian
1
-0
/
+217