aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/extension/analysis (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-06- Implemented Nat functionality in pure Lux.Eduardo Julian1-18/+2
2018-05-06- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian1-3/+3
signed-shift-right -> arithmetic-right-shift.
2018-05-06- Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian1-2/+0
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian2-9/+9
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2-79/+90
2018-02-24- Removed the "root2" and "root3" host procedures (their functionality is ↵Eduardo Julian1-2/+0
redundant, in the presence of the "pow" procedure).
2018-02-06- Fixed some failing new-luxc tests.Eduardo Julian1-163/+132
- Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler.
2018-01-03- Added "Box" support to new-luxc.Eduardo Julian1-0/+46
2017-12-05- All analysis procedures have been turned into extensions.Eduardo Julian2-0/+1662