aboutsummaryrefslogtreecommitdiff
path: root/src/lux/analyser.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Type definitions inside the compiler data now hold the type itself.Eduardo Julian2015-08-031-31/+31
* - Added a module for hashing.Eduardo Julian2015-08-021-52/+51
* - lux;using no longer prefixes variables.Eduardo Julian2015-07-291-82/+87
* - Changed the name of lux/host/java to lux/host/jvmEduardo Julian2015-07-261-19/+19
* - Added a way to pass the cursor from un-expanded macro-forms to their expans...Eduardo Julian2015-07-211-1/+1
* Added copyright notice on all files that missed it.Eduardo Julian2015-07-191-0/+8
* - Some bug fixes.Eduardo Julian2015-07-191-305/+273
* - Added the beginnings of the standard library.Eduardo Julian2015-07-121-3/+29
* - The directory for source-code is now named "input".Eduardo Julian2015-06-201-4/+6
* - Added imports.Eduardo Julian2015-06-121-25/+25
* - Now displaying the location where the analyser finds error (file-name, line...Eduardo Julian2015-06-091-216/+224
* - Finished _jvm-interface_ & _jvm-class_.Eduardo Julian2015-05-311-21/+23
* - Cleaned-up a few things in lux.luxEduardo Julian2015-05-241-1/+1
* - Corrected the indentation issues in the lux files.Eduardo Julian2015-05-221-0/+1
* - Changed the names of the tags of the Syntax type to differentiate them bett...Eduardo Julian2015-05-101-142/+142
* - Switched to the new prefix convention for both lux's special forms and the ...Eduardo Julian2015-05-101-101/+101
* - Now analysing function-application backwards.Eduardo Julian2015-05-101-37/+38
* - Made several optimizations to the compiler.Eduardo Julian2015-05-061-4/+1
* - Removed all the unnecesary comments.Eduardo Julian2015-05-061-19/+27
* v0.1Eduardo Julian2015-05-041-9/+79
* - Added alias-lux to import lux.lux definitions.Eduardo Julian2015-05-041-1/+1
* - Added ;;self-prefixes.Eduardo Julian2015-05-031-85/+85
* - The type syntax is finally complete ^_^Eduardo Julian2015-05-031-11/+11
* Optimized the compiler with 2 tweaks:Eduardo Julian2015-05-011-6/+6
* - declare-macro has returned.Eduardo Julian2015-05-011-5/+10
* - Fixed some errors in lux.lux.Eduardo Julian2015-04-281-2/+1
* Made a small change in regards to how global defs are resolved.Eduardo Julian2015-04-261-0/+1
* - Macros are no longer declared. Instead, they are automatically detected.Eduardo Julian2015-04-261-5/+0
* - No more Any (Top) and Nothing (Bottom) types.Eduardo Julian2015-04-251-1/+1
* - Added a dummy implementation of "export'".Eduardo Julian2015-04-231-2/+7
* - Removed analyse-2, as it was redundant.Eduardo Julian2015-04-231-3/+3
* - Fixed several bugs in lux.luxEduardo Julian2015-04-191-84/+84
* - |do bindings are now based on pattern matching (that way, tuple destructuri...Eduardo Julian2015-04-161-1/+1
* - Type-vars can now be deleted and be scoped (through with-var).Eduardo Julian2015-04-161-5/+10
* - Fixed a few type-related bugs.Eduardo Julian2015-04-151-7/+7
* - Function names & parameters now take prefixes into account.Eduardo Julian2015-04-091-3/+3
* - Renamed exec to |do.Eduardo Julian2015-04-081-4/+4
* - Identifiers with just a semi-colon in front now have "lux" as their module,...Eduardo Julian2015-04-021-58/+52
* - Beginning to add type-system + type-inferencer.Eduardo Julian2015-03-301-30/+14
* - Fixed the bug that caused the infinite look while compiling the file.Eduardo Julian2015-03-221-4/+3
* - Added code-cursors (file-name, line-number, column-number) as metadata on l...Eduardo Julian2015-03-221-163/+208
* - Added module-name aliasing.Eduardo Julian2015-03-211-168/+171
* [2nd Super Refactoring That Breaks The System: Part 7]Eduardo Julian2015-03-211-2/+2
* [2nd Super Refactoring That Breaks The System: Part 6]Eduardo Julian2015-03-201-4/+6
* [2nd Super Refactoring That Breaks The System: Part 5]Eduardo Julian2015-03-191-102/+102
* [2nd Super Refactoring That Breaks The System: Part 4]Eduardo Julian2015-03-181-23/+19
* [2nd Super Refactoring That Breaks The System: Part 3]Eduardo Julian2015-03-181-9/+9
* [2nd Super Refactoring That Breaks The System: Part 2]Eduardo Julian2015-03-171-14/+14
* [2nd Super Refactoring That Breaks The System: Part 1]Eduardo Julian2015-03-151-121/+129
* - Added program creation (generates the "main" method).Eduardo Julian2015-03-121-1/+37