aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/text/encoding.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-162/+0
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian1-155/+0
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-24/+24
2021-05-24Almost done with Scheme.Eduardo Julian1-2/+15
2021-03-16Done with PHP.Eduardo Julian1-2/+7
2021-03-12Almost done with PHP.Eduardo Julian1-2/+14
2021-03-01Done with Ruby.Eduardo Julian1-7/+30
2021-02-10Continuing with LuaEduardo Julian1-7/+13
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian1-25/+28
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-156/+156
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-3/+3
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-2/+3
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-1/+1
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-5/+5
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-2/+0
2020-07-14Mo' fixes, less problems.Eduardo Julian1-7/+37
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian1-34/+34
2020-05-19Can now write TAR files.Eduardo Julian1-1/+3
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-7/+8
2019-06-20Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian1-2/+1
2019-06-16Fixes and adaptations for the JavaScript compiler.Eduardo Julian1-5/+24
2019-05-28Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian1-9/+8
2019-05-17Fixed an accidentally introduced bug (due to OLD compiler JVM interop issues).Eduardo Julian1-1/+5
2019-05-17Automatic type casting/coercion for Boolean/Bit and String/Text.Eduardo Julian1-4/+4
2019-04-27Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian1-6/+15
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian1-8/+8
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-1/+1
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian1-1/+1
2019-01-22- WIP: Expansion of CSS machinery.Eduardo Julian1-4/+4
2019-01-21Added char-sets for text.Eduardo Julian1-5/+171
2018-12-15Small improvements.Eduardo Julian1-2/+3
2018-08-29Adapted new-luxc to latest stdlib changes.Eduardo Julian1-2/+2
2018-07-21- Re-named "Compiler" to "Phase".Eduardo Julian1-1/+1
2018-07-21Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian1-3/+3
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-3/+6
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-5/+5
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-3/+3
2018-07-10- Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian1-1/+1
2018-07-05- Binary (de)serialization module.Eduardo Julian1-0/+23