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
/
ffi.php.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-3
/
+3
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-4
/
+4
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-10
/
+10
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-2
/
+2
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-6
/
+6
2021-07-30
More renamings.
Eduardo Julian
1
-10
/
+10
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-60
/
+60
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-22
/
+23
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-7
/
+7
2021-06-11
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
1
-7
/
+13
2021-05-24
Re-named lux/host to lux/ffi.
Eduardo Julian
1
-0
/
+0
2021-03-12
Almost done with PHP.
Eduardo Julian
1
-86
/
+59
2021-03-01
Done with Ruby.
Eduardo Julian
1
-80
/
+101
2021-02-15
Almost done with Lua.
Eduardo Julian
1
-3
/
+18
2021-02-10
Continuing with Lua
Eduardo Julian
1
-71
/
+50
2021-02-01
Improved compilation of loops and pattern-matching for Python.
Eduardo Julian
1
-10
/
+8
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
1
-16
/
+22
2021-01-26
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
1
-113
/
+66
2021-01-11
Encapsulate JS definitions produced by the JS compiler in a local scope to av...
Eduardo Julian
1
-2
/
+2
2021-01-08
Moved "log!" function under "lux/debug".
Eduardo Julian
1
-84
/
+89
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-1
/
+1
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-3
/
+3
2020-11-24
Better error messages when re-using a name when making a definition.
Eduardo Julian
1
-13
/
+13
2020-10-24
Re-named some list functions.
Eduardo Julian
1
-1
/
+1
2020-09-16
Changed the format of project descriptor files.
Eduardo Julian
1
-2
/
+3
2020-08-09
Allow "#io" outputs for JS imports.
Eduardo Julian
1
-15
/
+43
2020-08-09
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
1
-2
/
+2
2020-08-07
Some fixes.
Eduardo Julian
1
-34
/
+58
2020-07-16
Can get the JS compiler to compile its own source-code.
Eduardo Julian
1
-12
/
+22
2020-07-14
Mo' fixes, less problems.
Eduardo Julian
1
-11
/
+47
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-2
/
+2
2019-06-18
More JS machinery.
Eduardo Julian
1
-51
/
+146
2019-06-16
Fixes and adaptations for the JavaScript compiler.
Eduardo Julian
1
-8
/
+140
2019-06-15
Array machinery for the JavaScript compiler.
Eduardo Julian
1
-69
/
+11
2019-04-19
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
1
-2
/
+3
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+2
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-3
/
+3
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
1
-2
/
+2
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
1
-1
/
+1
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-1
/
+1
2018-07-28
Added "+" sign to positive Int.
Eduardo Julian
1
-3
/
+3
2018-07-21
Re-named "seq" to "and" and "alt" to "or".
Eduardo Julian
1
-3
/
+3
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
1
-5
/
+6
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-1
/
+1
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-8
/
+9
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-7
/
+7
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-1
/
+1
2018-07-03
- Re-named ":!" to ":coerce".
Eduardo Julian
1
-8
/
+8
2018-05-02
- Changed the syntax for the parameters of "syntax:".
Eduardo Julian
1
-4
/
+5
[prev]
[next]