aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/host.js.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-211-5/+6
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-3/+3
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-071-1/+1
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-111-1/+1
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-1/+1
* - Implemented custom JS host procedures.Eduardo Julian2017-03-151-0/+83