aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/program.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-3/+3
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-2/+2
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-1/+4
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-6/+6
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-57/+57
2021-08-08No more #export magic syntax.Eduardo Julian1-6/+6
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-5/+5
2021-07-30More renamings.Eduardo Julian1-3/+3
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-2/+2
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-26/+26
2021-07-26Re-named Promise to Async.Eduardo Julian1-3/+3
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-2/+2
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-35/+36
2021-07-13Improved the XML parsing library.Eduardo Julian1-3/+22
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-60/+68
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-4/+4
2021-06-29Some updates for the new compilers.Eduardo Julian1-4/+2
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian1-118/+158
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-18/+31
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-40/+40
2021-05-24Almost done with Scheme.Eduardo Julian1-4/+27
2021-03-12Almost done with PHP.Eduardo Julian1-5/+37
2021-03-01Done with Ruby.Eduardo Julian1-6/+28
2021-02-24Done with Python.Eduardo Julian1-6/+4
2021-02-15Almost done with Lua.Eduardo Julian1-8/+5
2021-02-10Continuing with LuaEduardo Julian1-8/+46
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian1-6/+29
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian1-12/+11
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian1-10/+113
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-11/+11
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian1-6/+15
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian1-0/+128