aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Got the JS compiler running again.Eduardo Julian2019-03-051-1/+1
|
* Macros are used for analysis and statements, so they shouldn't belong to ↵Eduardo Julian2019-03-031-4/+3
| | | | analysis.
* Factored-out general compiler program machinery.Eduardo Julian2019-03-031-84/+38
|
* Improved the names of monad transformers.Eduardo Julian2019-02-241-3/+3
|
* Got new-luxc to compile/build again.Eduardo Julian2019-02-241-28/+34
|
* Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian2018-10-291-4/+4
|
* Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian2018-10-291-13/+14
|
* Some refactoring.Eduardo Julian2018-10-271-16/+37
|
* Removed timing/perf-logging.Eduardo Julian2018-10-131-5/+5
|
* Adapted new-luxc to latest stdlib changes.Eduardo Julian2018-08-291-3/+0
|
* Extension-related fixes.Eduardo Julian2018-08-161-2/+4
|
* Moved interpreter (REPL) code to stdlib.Eduardo Julian2018-08-111-25/+23
|
* Moved CLI machinery to stdlib.Eduardo Julian2018-08-111-46/+6
|
* Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.Eduardo Julian2018-08-041-38/+70
|
* Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian2018-07-291-15/+23
|
* - Adjusted new-luxc to latest changes.Eduardo Julian2018-05-101-16/+15
|
* - Added CLI machinery to compiler.Eduardo Julian2017-12-131-31/+55
| | | - Added extensions to the REPL.
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-17/+17
|
* - Added REPL.Eduardo Julian2017-11-231-4/+5
|
* - Fixed some bugs.Eduardo Julian2017-11-061-1/+1
|
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-1/+3
|
* - Fixed some bugs.Eduardo Julian2017-10-291-4/+6
| | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-37/+50
| | | - Fixed a bug when combining field/method/class modifiers.
* - Removed the "Debug" compiler mode.Eduardo Julian2017-05-041-11/+3
|
* - WIP: Implemented more functionality.Eduardo Julian2017-05-031-2/+3
| | | - Lots of refactorings.
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-011-38/+13
|
* - Initial parser implementation (still missing correct cursors and ↵Eduardo Julian2017-04-141-2/+3
| | | | multi-line text).
* - Development of the new re-written compiler has officially begun!Eduardo Julian2017-04-141-0/+71