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
/
src
/
lux.clj
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-29
- lux;using no longer prefixes variables.
Eduardo Julian
1
-5
/
+7
2015-07-25
- The output directory is now being used as the cache.
Eduardo Julian
1
-3
/
+1
2015-07-24
- Fixed an error when compiling Java field access (both static & virtual).
Eduardo Julian
1
-1
/
+1
2015-07-19
Added copyright notice on all files that missed it.
Eduardo Julian
1
-0
/
+8
2015-05-22
- Corrected the indentation issues in the lux files.
Eduardo Julian
1
-1
/
+4
2015-05-14
- Removed the apparently unnecessary total-locals.
Eduardo Julian
1
-2
/
+0
2015-05-06
- Removed all the unnecesary comments.
Eduardo Julian
1
-10
/
+0
2015-05-04
v0.1
Eduardo Julian
1
-1
/
+2
2015-05-04
- Added the LuxVar type to properly specify the type of environment bindings.
Eduardo Julian
1
-0
/
+7
2015-05-04
- Added alias-lux to import lux.lux definitions.
Eduardo Julian
1
-0
/
+2
2015-05-01
- Added existential types via #ExT.
Eduardo Julian
1
-9
/
+1
2015-05-01
Optimized the compiler with 2 tweaks:
Eduardo Julian
1
-3
/
+0
2015-04-17
- Solved the bug wherein type-inferencing was causing computational complexit...
Eduardo Julian
1
-1
/
+0
2015-04-16
- Type-vars can now be deleted and be scoped (through with-var).
Eduardo Julian
1
-1
/
+5
2015-03-30
- Beginning to add type-system + type-inferencer.
Eduardo Julian
1
-0
/
+1
2015-03-22
- Fixed the bug that caused the infinite look while compiling the file.
Eduardo Julian
1
-4
/
+2
2015-03-21
- Added module-name aliasing.
Eduardo Julian
1
-1
/
+0
2015-03-20
[2nd Super Refactoring That Breaks The System: Part 6]
Eduardo Julian
1
-0
/
+2
2015-03-19
[2nd Super Refactoring That Breaks The System: Part 5]
Eduardo Julian
1
-4
/
+5
2015-03-17
[2nd Super Refactoring That Breaks The System: Part 2]
Eduardo Julian
1
-0
/
+1
2015-03-15
[2nd Super Refactoring That Breaks The System: Part 1]
Eduardo Julian
1
-4
/
+0
2015-03-12
- Added program creation (generates the "main" method).
Eduardo Julian
1
-2
/
+3
2015-03-12
- Added a special form for testing if references are null.
Eduardo Julian
1
-6
/
+0
2015-03-10
- Added null values as jvm-null.
Eduardo Julian
1
-3
/
+7
2015-03-10
- Modified the compiler so parser syntax tokens are stored in the same format...
Eduardo Julian
1
-1
/
+0
2015-03-08
- The implementation of monadic macros is finally finished.
Eduardo Julian
1
-1
/
+0
2015-03-08
- Changed once more the syntax of the prefix for host special forms. It's now...
Eduardo Julian
1
-1
/
+1
2015-03-02
- Removed the (currently broken) static-call optimization.
Eduardo Julian
1
-4
/
+1
2015-03-01
[TODO]
Eduardo Julian
1
-0
/
+2
2015-03-01
- Fixed some bugs with pattern matching and macros.
Eduardo Julian
1
-0
/
+2
2015-02-18
Corrections to the super-refactoring: part 4
Eduardo Julian
1
-8
/
+4
2015-02-17
Corrections to the super-refactoring: part 3
Eduardo Julian
1
-8
/
+0
2015-02-15
Super refactoring that breaks the system: Part 4
Eduardo Julian
1
-93
/
+1
2015-02-10
Super refactoring that breaks the system: Part 1
Eduardo Julian
1
-0
/
+86
2015-01-29
[Working on]
Eduardo Julian
1
-1
/
+0
2015-01-28
[Enhancement]
Eduardo Julian
1
-1
/
+2
2015-01-22
WARNING: Broken
Eduardo Julian
1
-3
/
+6
2015-01-20
[Enhancements]
Eduardo Julian
1
-0
/
+1
2015-01-19
[Cleanup]
Eduardo Julian
1
-1
/
+2
2015-01-19
[Bugs]
Eduardo Julian
1
-12
/
+3
2015-01-19
[Enhancements]
Eduardo Julian
1
-1
/
+1
2015-01-19
[Enhancement]
Eduardo Julian
1
-0
/
+1
2015-01-11
- Added substraction, multiplication and division for ints.
Eduardo Julian
1
-2
/
+0
2015-01-10
* Changed the language so variants now store their elements directly, instead...
Eduardo Julian
1
-3
/
+2
2015-01-03
The language officially has a name: Lux (stylized as "lux").
Eduardo Julian
1
-13
/
+10
2015-01-03
The language now supports macros.
Eduardo Julian
1
-167
/
+14
2015-01-02
Pattern matching compiler now generates optimized code.
Eduardo Julian
1
-258
/
+153
2014-12-26
Reimplemented basic pattern-matching.
Eduardo Julian
1
-1
/
+272
2014-12-21
The machinery is in place to allow loading modules at runtime.
Eduardo Julian
1
-1
/
+1
2014-12-20
* Java interop is almost finished.
Eduardo Julian
1
-1
/
+0
[next]