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
/
luxc
/
src
/
lux
/
lexer.clj
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
2019-03-13
1
-5
/
+5
*
No more escaping of back-slash.
Eduardo Julian
2018-08-23
1
-20
/
+1
*
No more escaping of new-line.
Eduardo Julian
2018-08-23
1
-18
/
+2
*
No more escaping of double-quotes.
Eduardo Julian
2018-08-23
1
-2
/
+0
*
No more escaping of unicode.
Eduardo Julian
2018-08-22
1
-3
/
+0
*
No more escaping of vertical-tab.
Eduardo Julian
2018-08-22
1
-2
/
+0
*
No more escaping of carriage-return.
Eduardo Julian
2018-08-22
1
-2
/
+0
*
No more escaping of form-feed.
Eduardo Julian
2018-08-22
1
-2
/
+0
*
No more escaping of back-space.
Eduardo Julian
2018-08-22
1
-2
/
+0
*
No more escaping of horizontal-tab.
Eduardo Julian
2018-08-22
1
-2
/
+0
*
No more multi-line text.
Eduardo Julian
2018-08-22
1
-27
/
+12
*
No more multi-line comments.
Eduardo Julian
2018-08-22
1
-16
/
+1
*
Some refactoring.
Eduardo Julian
2018-08-20
1
-3
/
+4
*
Removed temporary "|" prefix on Nat.
Eduardo Julian
2018-07-28
1
-1
/
+1
*
Added "+" sign to positive Int.
Eduardo Julian
2018-07-28
1
-3
/
+2
*
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
2018-07-28
1
-3
/
+4
*
Re-named "Symbol" to "Identifier".
Eduardo Julian
2018-07-21
1
-4
/
+4
*
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
2018-07-14
1
-1
/
+1
*
Re-named "Bool" type to "Bit".
Eduardo Julian
2018-07-13
1
-3
/
+3
*
- Fixes: Part 0.
Eduardo Julian
2018-07-09
1
-1
/
+1
*
- Re-named "degree" to "revolution".
Eduardo Julian
2018-07-04
1
-3
/
+3
*
- Improved syntax for numeric literals by allowing arbitrary zeroes (0) at th...
Eduardo Julian
2018-07-03
1
-4
/
+4
*
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
2017-11-29
1
-4
/
+6
*
- Re-named "real" numbers to "frac"(tions).
Eduardo Julian
2017-09-04
1
-3
/
+3
*
- Lux no longer has a Char primitive data-type.
Eduardo Julian
2017-07-02
1
-39
/
+0
*
- Made some improvements to error messages in the compiler.
Eduardo Julian
2017-04-05
1
-1
/
+1
*
- The lexer can now recognize a escape-character for vertical tabs (\v).
Eduardo Julian
2017-02-22
1
-0
/
+4
*
- Changed the license from MPL 2.0 to MIT.
Eduardo Julian
2017-01-26
1
-5
/
+0
*
- Improved Lux error messages by ensuring the cursor is always present.
Eduardo Julian
2017-01-25
1
-1
/
+1
*
- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.
Eduardo Julian
2017-01-25
1
-7
/
+7
*
- Now, only using underscores (_) as number digit separators, without using c...
Eduardo Julian
2016-12-25
1
-5
/
+5
*
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...
Eduardo Julian
2016-12-01
1
-0
/
+254