summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fix of recently introduced parsing bugAraq2011-11-021-1/+1
|
* fixes #2Araq2011-11-022-4/+3
|
* fixes #59Araq2011-11-022-0/+12
|
* small bugfixes to make more tests greenAraq2011-11-0211-11/+40
|
* DLL generation may work againAraq2011-11-025-9/+30
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-024-13/+14
|\
| * Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-314-13/+14
| |
* | better code generation for constant aggregatesAraq2011-11-0210-32/+79
| |
* | bugfix: template t(f_no_Type) does not crash the compiler anymore in 'check' ↵Araq2011-10-301-0/+6
|/ | | | mode
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-10-302-31/+85
|\
| * Fixed issue with some functions in the sockets module not reporting the ↵dom962011-10-302-31/+85
| | | | | | | | correct error message. Added more disconnection cases in the irc module, also added a message limiting system.
* | lazy loading of body ast implementedAraq2011-10-3021-83/+152
| |
* | compilation cache: slurped files are a dependency tooAraq2011-10-304-2/+12
|/
* constant folding for cnst[i] and cnst.attrAraq2011-10-295-49/+78
|
* splicing tested and documentedAraq2011-10-287-30/+72
|
* eval context for macros lives as long as the current module is compiledAraq2011-10-286-25/+68
|
* JS backend: supports methods (untested)Araq2011-10-282-16/+23
|
* compilation cache: tests now part of test suiteAraq2011-10-2719-46/+250
|
* new compiler option tlsEmulationAraq2011-10-2711-28/+28
|
* compilation cache: DLL interfacing now worksAraq2011-10-275-44/+44
|
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-2713-145/+304
|
* compilation cache: mostly working; generics not yetAraq2011-10-2517-2949/+160
|
* compilation cache: multi methods now workAraq2011-10-245-26/+41
|
* compilation cache: better dependency checkingAraq2011-10-235-14/+34
|
* compilation cache: small fixes; methods still not workingAraq2011-10-235-22/+30
|
* compilation cache: methods have a chance to workAraq2011-10-237-35/+100
|
* thread local vs. global system.raiseHookAraq2011-10-234-8/+22
|
* documentation for the compilation cacheAraq2011-10-234-7/+112
|
* rod files: next trivial examples workingAraq2011-10-2213-1034/+70
|
* preparations for proper memmap'ed filesAraq2011-10-224-32/+105
|
* bugfix: nil -> emptyNodeAraq2011-10-224-3/+4
|
* trivial change scenario works with symbol filesAraq2011-10-225-50/+65
|
* got rid of gToTypeInfoIdAraq2011-10-213-16/+6
|
* got rid of gGeneratedSymsAraq2011-10-212-10/+16
|
* further steps for incremental C code generationAraq2011-10-213-41/+74
|
* first steps to C file merge operation for incremental compilationAraq2011-10-218-118/+441
|
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-2012-75/+104
|
* much more efficient rod file generationAraq2011-10-181-0/+1
|
* much more efficient rod file generationAraq2011-10-1818-559/+613
|
* test commit ;-)Araq2011-10-131-0/+2
|
* libuv working on windows tooZahary Karadjov2011-10-127-34/+40
| | | | Added: vcc compilation flags for proper debug symbol generation
* Added wrappers for joyent's libuv and http_parser librarierZahary Karadjov2011-10-123-0/+783
|
* 'bind' as a declarative statementAraq2011-10-1018-76/+187
|
* new syntactic construct: a{i}Araq2011-10-0810-15/+43
|
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-089-48/+76
|
* Merge pull request #58 from zah/getast-unittestsAraq2011-10-0714-101/+446
|\ | | | | getAst operational. Unit testing library based on it.
| * *Pimped up* the test runner with colorful outputZahary Karadjov2011-10-072-7/+39
| | | | | | | | Added: terminal.styledEcho macro
| * Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-0711-100/+105
| | | | | | | | Changed: The []= operator for strings and sequences is now capable of splicing
| * Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-078-16/+258
| | | | | | | | | | | | | | | | Added: PNimrodNode.lineinfo for better error messages from macros Added: seq.splice For easier use from templates and macros, except stament now supports the list of exception types to be supplied in nkBraket node (array literal).
| * getAst works correctly with existing AST values as template/macro argumentsZahary Karadjov2011-10-075-59/+125
|/