Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Changed the identifier separator, from the semi-colon (;) to the ↵ | Eduardo Julian | 2017-11-29 | 1 | -2124/+2132 | |
| | | | | period/dot (.). | |||||
* | - Re-named the "." function to "compose" and moved it to lux/function. | Eduardo Julian | 2017-11-28 | 1 | -8/+8 | |
| | ||||||
* | - Changed the syntax involved in JVM host-interop. | Eduardo Julian | 2017-11-27 | 1 | -9/+3 | |
| | ||||||
* | - Got rid of even more dots. | Eduardo Julian | 2017-11-27 | 1 | -8/+8 | |
| | ||||||
* | - Changed the prefixes of numeric functions. | Eduardo Julian | 2017-11-27 | 1 | -98/+98 | |
| | ||||||
* | - Changed to the new relative imports syntax. | Eduardo Julian | 2017-11-26 | 1 | -102/+104 | |
| | ||||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-21 | 1 | -304/+305 | |
| | | | - Some small refactoring. | |||||
* | - Modified the syntax for module definitions. | Eduardo Julian | 2017-11-14 | 1 | -1/+1 | |
| | | | - Fixed some bugs. | |||||
* | - Made "lux text clip" work like it used to. | Eduardo Julian | 2017-11-14 | 1 | -8/+2 | |
| | ||||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-14 | 1 | -15/+42 | |
| | | | - new-luxc can now fully compile lux.lux! | |||||
* | - Removed "lux text last-index" procedure. | Eduardo Julian | 2017-11-14 | 1 | -40/+54 | |
| | | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes. | |||||
* | - Type-vars no longer get deleted. | Eduardo Julian | 2017-11-13 | 1 | -32/+31 | |
| | | | - Fixed some bugs. | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-12 | 1 | -279/+280 | |
| | | | | - Improved error reporting. - Optimized pattern-matching a bit. | |||||
* | - Changed how Lux procedures work on the old compiler and the stdlib. | Eduardo Julian | 2017-11-06 | 1 | -86/+86 | |
| | ||||||
* | - "^code" can now be used as a normal macro, when pattern-matching using the ↵ | Eduardo Julian | 2017-10-31 | 1 | -1/+6 | |
| | | | | "^" macro. | |||||
* | - Now, all special forms are handled as procedures. | Eduardo Julian | 2017-10-31 | 1 | -1143/+1143 | |
| | | | - "lux case" now takes its branches as a non-empty record. | |||||
* | - Added "^code" pattern-matching macro for easier handling of code. | Eduardo Julian | 2017-10-30 | 1 | -0/+76 | |
| | ||||||
* | - Added "lux check type" to old compiler. | Eduardo Julian | 2017-10-30 | 1 | -9/+9 | |
| | ||||||
* | - Added a new piece of compiler state, just for storing the current-module. | Eduardo Julian | 2017-10-26 | 1 | -36/+40 | |
| | ||||||
* | - "primitive" macro can now handle primitives as text. | Eduardo Julian | 2017-10-26 | 1 | -0/+6 | |
| | ||||||
* | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 2017-10-26 | 1 | -2/+2 | |
| | | | - Fixed a bug when combining field/method/class modifiers. | |||||
* | - Changed the way some special forms work. | Eduardo Julian | 2017-10-25 | 1 | -1957/+1957 | |
| | ||||||
* | - Re-named "Host" to "Primitive". | Eduardo Julian | 2017-10-20 | 1 | -28/+28 | |
| | ||||||
* | - Implemented an more comfortable alternative to "with-expansions". | Eduardo Julian | 2017-10-19 | 1 | -4/+61 | |
| | ||||||
* | - Added "for" macro to specify platform-dependent code. | Eduardo Julian | 2017-10-17 | 1 | -18/+57 | |
| | | | - Some refactoring/re-naming. | |||||
* | - Re-named "Lux" type to "Meta". | Eduardo Julian | 2017-10-16 | 1 | -222/+222 | |
| | | | - Moved lux/type/* under lux/meta/*. | |||||
* | - Re-named "Meta" type to "Ann". | Eduardo Julian | 2017-10-16 | 1 | -91/+91 | |
| | ||||||
* | - Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors. | Eduardo Julian | 2017-10-16 | 1 | -3/+3 | |
| | ||||||
* | - Moved Array type to lux.lux. | Eduardo Julian | 2017-10-16 | 1 | -0/+4 | |
| | | | | - Re-named some array functions. - Minor refactorings. | |||||
* | - Eliminated the Anns and Ann-Value types, and now only using Code for ↵ | Eduardo Julian | 2017-10-11 | 1 | -987/+1086 | |
| | | | | definition annotations. | |||||
* | - Changed the terminology of monoids ("append" -> "compose", "unit" -> ↵ | Eduardo Julian | 2017-09-19 | 1 | -110/+110 | |
| | | | | "identity"). | |||||
* | - Some refactoring. | Eduardo Julian | 2017-09-19 | 1 | -6/+2 | |
| | | | - Moved "assume" and "default" to lux/data/maybe. | |||||
* | - Added "when" function (great for piping). | Eduardo Julian | 2017-09-19 | 1 | -2/+9 | |
| | ||||||
* | - $_ and _$ macros now handle better "operator" code that is a form. e.g. | Eduardo Julian | 2017-09-04 | 1 | -6/+12 | |
| | | | ($_ (::: +) 1 2 3) => (::: + 1 (::: + 2 3)) instead of ((::: +) 1 ((::: +) 2 3)) | |||||
* | - Re-named "real" numbers to "frac"(tions). | Eduardo Julian | 2017-09-04 | 1 | -46/+46 | |
| | ||||||
* | - Small fixes and refactorings. | Eduardo Julian | 2017-08-22 | 1 | -1/+1 | |
| | ||||||
* | - Re-implemented polytypic matchers in terms of lux/control/parser. | Eduardo Julian | 2017-08-02 | 1 | -1/+1 | |
| | ||||||
* | - Can now generate Eq instances for #rec-style recursive types. | Eduardo Julian | 2017-07-15 | 1 | -2/+2 | |
| | | | - Minor refactorings. | |||||
* | - Lux no longer has a Char primitive data-type. | Eduardo Julian | 2017-07-02 | 1 | -122/+84 | |
| | ||||||
* | - Added #compiler-name back to Compiler-Info. | Eduardo Julian | 2017-06-23 | 1 | -10/+16 | |
| | ||||||
* | - Renamed "App" to "Apply" and swapped the order of the arguments to it. | Eduardo Julian | 2017-06-21 | 1 | -107/+117 | |
| | | | - Also did argument swapping for lux/type;application. | |||||
* | - Changed the type of Def so that values have type Top, instead of Void. | Eduardo Julian | 2017-06-19 | 1 | -6/+6 | |
| | ||||||
* | - Fixed a bug when generating the aliases of modules involving relative ↵ | Eduardo Julian | 2017-06-19 | 1 | -3/+3 | |
| | | | | addressing ("." and ".."). | |||||
* | - Added Hash<Bool> and as-is macro.. | Eduardo Julian | 2017-06-14 | 1 | -3/+6 | |
| | ||||||
* | - Renamed ^=> to ^multi. | Eduardo Julian | 2017-05-24 | 1 | -4/+4 | |
| | ||||||
* | - Defined the dummy-cursor (to be used anywhere needed). | Eduardo Julian | 2017-05-15 | 1 | -4/+5 | |
| | ||||||
* | - Small fixes and refactorings. | Eduardo Julian | 2017-05-09 | 1 | -2/+2 | |
| | ||||||
* | - Renamed "AST" to "Code". | Eduardo Julian | 2017-05-07 | 1 | -201/+201 | |
| | ||||||
* | - Changed the name of "let%" to "with-expansions". | Eduardo Julian | 2017-05-07 | 1 | -24/+27 | |
| | ||||||
* | - Removed "T" suffix from Type's tags. | Eduardo Julian | 2017-05-07 | 1 | -373/+373 | |
| |