aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/core.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Made it so that module annotations can only be set once now.Eduardo Julian2017-12-011-3/+8
* - Added "for" macro to specify platform-dependent code.Eduardo Julian2017-10-171-1/+1
* - Eliminated the Anns and Ann-Value types, and now only using Code for defini...Eduardo Julian2017-10-111-2/+2
* - Made some improvements to error messages in the compiler.Eduardo Julian2017-04-051-1/+1
* - Made some optimizations.Eduardo Julian2017-02-211-3/+1
* - Now storing the compiler's version and the module-file's hash inside the mo...Eduardo Julian2017-02-191-2/+4
* - Major refactoring to make it easier to introduce the new (JS) backend.Eduardo Julian2017-01-291-0/+82