| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | - Yet more refactoring. | Eduardo Julian | 2017-11-14 | 11 | -318/+230 | |
| | | ||||||
| * | - More refactoring. | Eduardo Julian | 2017-11-13 | 5 | -72/+53 | |
| | | ||||||
| * | - Refactoring. | Eduardo Julian | 2017-11-13 | 17 | -508/+511 | |
| | | | | | - Now giving type checking/inference a higher priority. - Better error messages. | |||||
| * | - Improved handling of type variables. | Eduardo Julian | 2017-11-13 | 4 | -29/+85 | |
| | | ||||||
| * | - Type-vars no longer get deleted. | Eduardo Julian | 2017-11-13 | 21 | -316/+230 | |
| | | | | - Fixed some bugs. | |||||
| * | - Fixed some bugs. | Eduardo Julian | 2017-11-12 | 10 | -567/+625 | |
| | | | | | - Improved error reporting. - Optimized pattern-matching a bit. | |||||
| * | - Fixed the tests. | Eduardo Julian | 2017-11-09 | 14 | -128/+236 | |
| | | | | | - Fixed a few bugs. - Can now translate recursion. | |||||
| * | - Fixed some bugs. | Eduardo Julian | 2017-11-06 | 9 | -37/+62 | |
| | | ||||||
| * | - Changed how Lux procedures work on the old compiler and the stdlib. | Eduardo Julian | 2017-11-06 | 20 | -706/+663 | |
| | | ||||||
| * | - Fixed some bugs. | Eduardo Julian | 2017-11-06 | 9 | -98/+142 | |
| | | ||||||
| * | - Improved "let>"'s design. | Eduardo Julian | 2017-11-06 | 1 | -7/+4 | |
| | | ||||||
| * | - Minor refactorings. | Eduardo Julian | 2017-11-01 | 27 | -320/+346 | |
| | | | | | - Fixed some bugs. - Enabled macro-expansion for statements. | |||||
| * | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 2017-11-01 | 29 | -350/+347 | |
| | | ||||||
| * | - Re-organized synthesis. | Eduardo Julian | 2017-11-01 | 29 | -74/+60 | |
| | | ||||||
| * | - Re-named "parser" to "syntax". | Eduardo Julian | 2017-10-31 | 4 | -5/+5 | |
| | | ||||||
| * | - Fixed a bug when synthetizing pattern-matching. | Eduardo Julian | 2017-10-31 | 1 | -1/+1 | |
| | | ||||||
| * | - Re-organized analysis. | Eduardo Julian | 2017-10-31 | 43 | -123/+107 | |
| | | ||||||
| * | - "^code" can now be used as a normal macro, when pattern-matching using the ↵ | Eduardo Julian | 2017-10-31 | 1 | -1/+6 | |
| | | | | | "^" macro. | |||||
| * | - Migrated the format of analysis nodes from a custom data-type, to just ↵ | Eduardo Julian | 2017-10-31 | 35 | -559/+517 | |
| | | | | | Code nodes. | |||||
| * | - Moved the "host" directory from under "generator" to under "luxc". | Eduardo Julian | 2017-10-31 | 18 | -59/+59 | |
| | | ||||||
| * | - Re-named "expr" module to "expression". | Eduardo Julian | 2017-10-31 | 11 | -104/+102 | |
| | | ||||||
| * | - Now, all special forms are handled as procedures. | Eduardo Julian | 2017-10-31 | 13 | -1224/+1247 | |
| | | | | - "lux case" now takes its branches as a non-empty record. | |||||
| * | - Added a test to check that can parse more than 1 Code node at once. | Eduardo Julian | 2017-10-31 | 1 | -8/+24 | |
| | | ||||||
| * | - Added "^code" pattern-matching macro for easier handling of code. | Eduardo Julian | 2017-10-30 | 3 | -11/+87 | |
| | | ||||||
| * | - Added "lux check type" to old compiler. | Eduardo Julian | 2017-10-30 | 2 | -9/+13 | |
| | | ||||||
| * | - Migrated the format of synthesis nodes from a custom data-type, to just ↵ | Eduardo Julian | 2017-10-30 | 22 | -801/+822 | |
| | | | | | Code nodes. | |||||
| * | - Fixed some bugs. | Eduardo Julian | 2017-10-29 | 29 | -439/+653 | |
| | | | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation. | |||||
| * | - Testing definition generation and reference. | Eduardo Julian | 2017-10-26 | 2 | -0/+57 | |
| | | ||||||
| * | - 2 tests in the stdlib got fixed after the random unicode text fix. | Eduardo Julian | 2017-10-26 | 2 | -2/+2 | |
| | | ||||||
| * | - Added a new piece of compiler state, just for storing the current-module. | Eduardo Julian | 2017-10-26 | 8 | -131/+122 | |
| | | ||||||
| * | - Fixed remaining tests in compiler. | Eduardo Julian | 2017-10-26 | 4 | -172/+174 | |
| | | | | - Now showing stack-traces for errors on JVM. | |||||
| * | - "primitive" macro can now handle primitives as text. | Eduardo Julian | 2017-10-26 | 1 | -0/+6 | |
| | | ||||||
| * | - Fixed some compiler tests. | Eduardo Julian | 2017-10-26 | 6 | -58/+157 | |
| | | ||||||
| * | - Fixed tests for analysis of common procedures. | Eduardo Julian | 2017-10-26 | 2 | -9/+11 | |
| | | ||||||
| * | - Fixed parser tests. | Eduardo Julian | 2017-10-26 | 1 | -8/+5 | |
| | | ||||||
| * | - Fixed random text generation to avoid characters in invalid Unicode ranges. | Eduardo Julian | 2017-10-26 | 1 | -11/+91 | |
| | | ||||||
| * | - "Fixed" the tests to match the latest changes. | Eduardo Julian | 2017-10-26 | 3 | -72/+72 | |
| | | ||||||
| * | - Fixed some small defects. | Eduardo Julian | 2017-10-26 | 3 | -53/+70 | |
| | | ||||||
| * | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 2017-10-26 | 18 | -290/+488 | |
| | | | | - Fixed a bug when combining field/method/class modifiers. | |||||
| * | - Changed the way some special forms work. | Eduardo Julian | 2017-10-25 | 9 | -1962/+1969 | |
| | | ||||||
| * | - Better names for piping macros. | Eduardo Julian | 2017-10-22 | 2 | -56/+46 | |
| | | ||||||
| * | - Fixed some type-checking errors. | Eduardo Julian | 2017-10-22 | 2 | -32/+43 | |
| | | ||||||
| * | - Updated new compiler to latest version of stdlib. | Eduardo Julian | 2017-10-21 | 24 | -2097/+2215 | |
| | | ||||||
| * | - Added circular rings of type-variables to keep track of unified variables ↵ | Eduardo Julian | 2017-10-21 | 2 | -118/+369 | |
| | | | | | during type-checking. | |||||
| * | - Re-named "Host" to "Primitive". | Eduardo Julian | 2017-10-20 | 24 | -200/+200 | |
| | | ||||||
| * | - Restored the capacity to get the failing seed. | Eduardo Julian | 2017-10-20 | 1 | -29/+18 | |
| | | ||||||
| * | - Replaced the "#seed" and "#times" options for "seed" and "times" test ↵ | Eduardo Julian | 2017-10-20 | 55 | -3126/+3327 | |
| | | | | | combinators. | |||||
| * | - Implemented an more comfortable alternative to "with-expansions". | Eduardo Julian | 2017-10-19 | 4 | -138/+189 | |
| | | ||||||
| * | - Compilation for method invocation. | Eduardo Julian | 2017-10-19 | 4 | -27/+263 | |
| | | ||||||
| * | - Fixed a bug when converting an array into a list (also improved the ↵ | Eduardo Julian | 2017-10-18 | 1 | -10/+12 | |
| | | | | | performance). | |||||
