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
/
stdlib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-23
More inlining.
Eduardo Julian
1
-23
/
+35
2018-08-23
Added a special compiler optimization to pattern-match on characters faster.
Eduardo Julian
1
-50
/
+52
2018-08-23
Optimized character extraction by not having to query the length of the sourc...
Eduardo Julian
3
-168
/
+193
2018-08-23
"lux text char" is now unsafe/optimized.
Eduardo Julian
5
-216
/
+177
2018-08-23
Optimized text clipping.
Eduardo Julian
7
-109
/
+101
2018-08-23
Added Rev parsing.
Eduardo Julian
1
-38
/
+33
2018-08-23
Added record parsing.
Eduardo Julian
3
-170
/
+82
2018-08-23
Added Int parsing.
Eduardo Julian
1
-260
/
+74
2018-08-23
No more escape-tracking.
Eduardo Julian
1
-139
/
+42
2018-08-23
No more escaping of back-slash.
Eduardo Julian
6
-101
/
+101
2018-08-23
No more escaping of new-line.
Eduardo Julian
27
-357
/
+360
2018-08-23
No more escaping of double-quotes.
Eduardo Julian
19
-165
/
+120
2018-08-22
No more escaping of unicode.
Eduardo Julian
5
-40
/
+16
2018-08-22
No more escaping of vertical-tab.
Eduardo Julian
2
-4
/
+2
2018-08-22
No more escaping of carriage-return.
Eduardo Julian
2
-5
/
+2
2018-08-22
No more escaping of form-feed.
Eduardo Julian
2
-3
/
+1
2018-08-22
No more escaping of back-space.
Eduardo Julian
1
-2
/
+0
2018-08-22
No more escaping of horizontal-tab.
Eduardo Julian
12
-67
/
+71
2018-08-22
Partial implementation of text-escaping.
Eduardo Julian
1
-208
/
+283
2018-08-22
No more multi-line text.
Eduardo Julian
20
-472
/
+446
2018-08-22
No more multi-line comments.
Eduardo Julian
2
-94
/
+5
2018-08-22
Full parsing of names (for both identifiers and tags).
Eduardo Julian
3
-98
/
+169
2018-08-21
- Added single-line comment parsing.
Eduardo Julian
3
-179
/
+236
2018-08-21
Low-level re-implementation of the parser.
Eduardo Julian
2
-58
/
+264
2018-08-21
Extra logging & optimizations.
Eduardo Julian
1
-20
/
+37
2018-08-21
Minor optimizations + timing.
Eduardo Julian
2
-92
/
+135
2018-08-20
Some refactoring.
Eduardo Julian
1
-2
/
+2
2018-08-20
- More minor optimizations.
Eduardo Julian
3
-122
/
+59
2018-08-20
Small optimizations.
Eduardo Julian
2
-119
/
+71
2018-08-20
Trying to minimize the amount of clips+concats that happen.
Eduardo Julian
2
-72
/
+162
2018-08-20
- Added timing functionality to measure performance.
Eduardo Julian
4
-60
/
+93
2018-08-20
- Fixed ordering issue with Lux arithmetic extensions.
Eduardo Julian
3
-17
/
+15
2018-08-20
Fixed syntax bug.
Eduardo Julian
3
-5
/
+4
2018-08-20
Fixed pattern-matching bug.
Eduardo Julian
1
-27
/
+30
2018-08-16
Various fixes.
Eduardo Julian
6
-58
/
+76
2018-08-16
Extension-related fixes.
Eduardo Julian
7
-33
/
+56
2018-08-15
Fixes for pattern-matching and macro-expansions.
Eduardo Julian
7
-97
/
+191
2018-08-15
Fixes for function synthesis.
Eduardo Julian
12
-215
/
+427
2018-08-15
Fixes for pattern-matching/case synthesis & translation.
Eduardo Julian
9
-234
/
+173
2018-08-11
- Fixed common translation tests for JVM.
Eduardo Julian
3
-8
/
+38
2018-08-11
Fixed various JVM translation tests.
Eduardo Julian
6
-74
/
+71
2018-08-11
Moved interpreter (REPL) code to stdlib.
Eduardo Julian
7
-90
/
+304
2018-08-11
Moved CLI machinery to stdlib.
Eduardo Julian
2
-5
/
+55
2018-08-11
Got stdlib tests to compile again.
Eduardo Julian
6
-52
/
+59
2018-08-09
- Fixes for eval.
Eduardo Julian
13
-123
/
+194
2018-08-08
- Re-defined the relationship between analysis and evaluation.
Eduardo Julian
15
-237
/
+346
2018-08-08
Small fixes.
Eduardo Julian
7
-87
/
+118
2018-08-05
Some small improvements and fixes.
Eduardo Julian
10
-53
/
+71
2018-08-04
Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.
Eduardo Julian
6
-115
/
+138
2018-08-03
Moved default compiler process to stdlib (with caching temporarily disabled).
Eduardo Julian
9
-36
/
+281
[prev]
[next]