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
/
source
/
library
/
lux
/
data
/
text.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-21
Can now produce arbitrary code fragments statically by evaluating arbitrary e...
Eduardo Julian
1
-8
/
+0
2021-08-20
More fixes.
Eduardo Julian
1
-9
/
+9
2021-08-18
Some bug fixes.
Eduardo Julian
1
-5
/
+5
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-1
/
+1
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
1
-3
/
+3
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-6
/
+6
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-2
/
+4
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-7
/
+8
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-11
/
+11
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-37
/
+37
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
1
-1
/
+1
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
1
-3
/
+3
2021-08-01
Even more renamings.
Eduardo Julian
1
-43
/
+40
2021-07-30
More renamings.
Eduardo Julian
1
-4
/
+4
2021-07-29
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
1
-5
/
+5
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
1
-2
/
+2
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-2
/
+2
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-2
/
+2
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-17
/
+18
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-50
/
+50
2021-07-06
Simplified the API for file-system operations.
Eduardo Julian
1
-28
/
+34
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-4
/
+4
2021-06-29
Some updates for the new compilers.
Eduardo Julian
1
-2
/
+2
2021-06-26
Delegate text (lower|upper)-casing to the host-platform implementations.
Eduardo Julian
1
-0
/
+46
2021-06-11
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
1
-0
/
+3
2021-05-24
Using offset+distance instead of from+to for text clipping.
Eduardo Julian
1
-7
/
+6
2021-05-24
Using FFI machinery when possible when doing text replacement.
Eduardo Julian
1
-8
/
+37
2021-05-18
Text-escaping machinery.
Eduardo Julian
1
-1
/
+1
2021-02-10
Continuing with Lua
Eduardo Julian
1
-3
/
+3
2021-02-01
Improved compilation of loops and pattern-matching for Python.
Eduardo Julian
1
-2
/
+2
2021-01-26
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
1
-2
/
+2
2021-01-11
Encapsulate JS definitions produced by the JS compiler in a local scope to av...
Eduardo Julian
1
-7
/
+9
2021-01-08
Moved "log!" function under "lux/debug".
Eduardo Julian
1
-1
/
+1
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-8
/
+9
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-46
/
+46
2020-12-17
More optimizations to the Lux syntax parser.
Eduardo Julian
1
-11
/
+16
2020-11-28
Re-named "_.claim" to "_.cover'".
Eduardo Julian
1
-2
/
+2
2020-10-12
Type-checking macros via the Macro' type from the standard library.
Eduardo Julian
1
-4
/
+10
2020-10-03
Added deployment code to Aedifex.
Eduardo Julian
1
-0
/
+2
2020-08-26
Download and catch dependencies in Aedifex.
Eduardo Julian
1
-6
/
+16
2020-06-28
The "for" macro can now work directly with definitions. No text literals nece...
Eduardo Julian
1
-26
/
+26
2020-06-23
Bug fixes.
Eduardo Julian
1
-1
/
+3
2019-09-14
More fixes.
Eduardo Julian
1
-1
/
+1
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-10
/
+11
2019-07-24
Small improvements here and there.
Eduardo Julian
1
-9
/
+9
2019-05-16
Yet more fiddling with types for JVM interop.
Eduardo Julian
1
-1
/
+1
2019-04-28
Turned all "lux int ???" extensions to "lux i64 ???".
Eduardo Julian
1
-1
/
+1
2019-04-27
Re-named "lux/tool/compiler/host" to "lux/target".
Eduardo Julian
1
-15
/
+13
2019-04-21
Added short names for special characters.
Eduardo Julian
1
-12
/
+13
2019-04-18
Improvements and fixes for JVM extensions.
Eduardo Julian
1
-1
/
+2
[prev]
[next]