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
/
lang
/
analyser.clj
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-20
* Java interop is almost finished.
Eduardo Julian
1
-14
/
+96
2014-12-20
Removed ann-class, cleaned-up some old commented-out code & turned-off the en...
Eduardo Julian
1
-16
/
+14
2014-12-19
Now the language has full closures.
Eduardo Julian
1
-52
/
+106
2014-12-19
Almost finished implementing closures.
Eduardo Julian
1
-39
/
+90
2014-12-16
Added some pseudo pattern-matching (only extracting simple data, without expl...
Eduardo Julian
1
-25
/
+58
2014-12-16
+ Strings now have escape characters.
Eduardo Julian
1
-8
/
+2
2014-12-15
Added ints and floats.
Eduardo Julian
1
-1
/
+15
2014-12-15
Added "do" expressions.
Eduardo Julian
1
-0
/
+6
2014-12-15
Added lambdas! (not yet real closures, but coming soon...)
Eduardo Julian
1
-10
/
+62
2014-12-15
Added tuples.
Eduardo Julian
1
-0
/
+6
2014-12-14
Added module imports.
Eduardo Julian
1
-6
/
+25
2014-12-14
Added Java class imports.
Eduardo Julian
1
-3
/
+21
2014-12-13
+ Removed "module" special form.
Eduardo Julian
1
-7
/
+1
2014-12-12
Added let (local vars).
Eduardo Julian
1
-0
/
+13
2014-12-12
Analyser can now distinguish between local and global vars & point the compil...
Eduardo Julian
1
-26
/
+32
2014-12-11
+ Added an analysis phase.
Eduardo Julian
1
-0
/
+191