aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/common.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-41/+0
|
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-8/+8
|
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-9/+11
| | | - Some refactoring.
* - Documented the analysis phase.Eduardo Julian2017-05-301-0/+7
| | | | - Some refactoring. - Removed singleton variants.
* WIPEduardo Julian2017-05-151-54/+13
| | | | | | - Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-6/+1
| | | - WIP: Porting more code.
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-071-3/+3
|
* - WIP: Implemented more functionality.Eduardo Julian2017-05-031-0/+78
- Lots of refactorings.