summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* 'nimrod pretty' command: next stepsAraq2013-07-292-43/+107
* new vm: further progressAraq2013-07-295-27/+350
* new vm: lots of fixesAraq2013-07-273-52/+145
* new vm: can execute simple programsAraq2013-07-262-9/+10
* attempt to make C codegen aware of 'gensym'Araq2013-07-251-1/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-251-1/+1
|\
| * bugfix: gensymAraq2013-07-251-1/+1
* | new vm: next stepsAraq2013-07-252-3/+10
* | new evaluation engine: next stepsAraq2013-07-253-12/+11
|/
* fixes #531Araq2013-07-241-1/+1
* fixes #544Araq2013-07-243-3/+9
* added macros.genSymAraq2013-07-242-1/+11
* first steps to a new evaluation engineAraq2013-07-244-0/+1768
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-203-12/+18
|\
| * Avoids usefulFact recursion with nil parameter. Fixes #518.Grzegorz Adam Hankiewicz2013-07-091-1/+2
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-021-2/+5
| |\
| * | fixes #505Araq2013-07-021-2/+5
| * | fixes #503Araq2013-07-021-9/+11
* | | 'modules' module from 'main'; minor bugfixesAraq2013-07-206-215/+217
* | | refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-198-231/+225
| |/ |/|
* | Merge pull request #502 from nihathrael/masterAraq2013-07-011-2/+5
|\ \ | |/ |/|
| * Order suggestion output by scope and then by item name.Thomas Kinnen2013-07-011-2/+5
* | fixes #501Araq2013-07-011-1/+1
* | bugfix: -o option doesn't crash the compiler anymoreAraq2013-07-011-3/+3
|/
* --os:standalone works againAraq2013-06-301-1/+1
* fixes lots of regressionsAraq2013-06-294-9/+12
* bugfix: pragmas allowed for implicit genericsAraq2013-06-291-3/+3
* bugfix: typoAraq2013-06-291-1/+1
* got rid of debug callsAraq2013-06-281-3/+1
* some small performance improvement for the evaluatorAraq2013-06-283-50/+69
* small REPL improvementsAraq2013-06-282-5/+7
* var tuple unpacking works at compile timeAraq2013-06-283-40/+53
* implements nicer floating point literalsAraq2013-06-271-12/+13
* bugfix: rendering of typ|typ2Araq2013-06-271-8/+16
* implements the 'codegenDecl' pragmaAraq2013-06-275-25/+41
* fixes #488Araq2013-06-271-0/+1
* fixes #442Araq2013-06-271-11/+20
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-272-8/+4
* fixes #481Araq2013-06-132-1/+27
* improvements for 'not nil' checkingAraq2013-06-136-24/+94
* bugfixes for the guarded data flow analysisAraq2013-06-123-68/+101
* next steps for guarded data flow analysisAraq2013-06-114-54/+262
* fixes 465Araq2013-06-091-1/+0
* resolved conflict; added missing filesAraq2013-06-093-10/+356
|\
| * fixes #466Araq2013-06-062-10/+10
* | implemented large parts of the 'not nil' checkingAraq2013-06-0913-59/+185
|/
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-043-25/+176
* fixes #451Araq2013-06-041-1/+3
* new scoping rules for 'if' now activeAraq2013-06-041-1/+1
* fixes semicolon parsing issueAraq2013-06-031-5/+9