aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/host/python.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian2019-03-261-340/+0
|
* Got the JS compiler running again.Eduardo Julian2019-03-051-6/+6
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-2/+2
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
|
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ↵Eduardo Julian2018-07-031-50/+50
| | | | ":representation".
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-3/+3
| | | - Removed some modules that should have been deleted before.
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-3/+3
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-6/+6
|
* - Initial Python back-end implementation.Eduardo Julian2018-04-041-0/+340