summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* implemented return type inferenceZahary Karadjov2012-10-031-10/+15
| | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used)
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-291-16/+17
|\
| * Fixes async scgi.Dominik Picheta2012-09-281-16/+17
| |
* | opengl wrapper compiles under windowsAraq2012-09-291-4/+5
|/
* website improvements; better opengl wrapper (still broken)Araq2012-09-282-40/+83
|
* Added close() to async versions of scgi and httpserver.Dominik Picheta2012-09-232-2/+10
|
* Fixes sockets.recvFrom not setting length of data.Dominik Picheta2012-09-231-1/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-233-164/+190
|\
| * Ftpclient now fully works both synchronously and asynchronously.Dominik Picheta2012-09-223-164/+190
| | | | | | | | Fixed some deprecation doc messages. And some issues with asyncio.
* | proc bodies can be expressions with a typeAraq2012-09-221-1/+1
|/
* ftpclient fixed but causes an issue with the code generator andDominik Picheta2012-09-212-95/+194
| | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test.
* math.random(max: float) not available on windowsAraq2012-09-191-10/+15
|
* bugfix: 'defined/compiles' open an implicit mixin scope in genericsAraq2012-09-183-5/+9
|
* made tests green againAraq2012-09-182-5/+5
|
* stricter symbol lookup in genericsAraq2012-09-174-8/+7
|
* profiler improvementsAraq2012-09-176-68/+107
|
* profiler documentationAraq2012-09-152-8/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-151-76/+46
|\
| * [unittest] even deeper inspection of expressions and variables for the check ↵Zahary Karadjov2012-09-141-76/+46
| | | | | | | | macro
* | implemented a stack trace profilerAraq2012-09-155-50/+230
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-133-218/+272
|\
| * [unittest] the check macro will print the values of params involved in ↵Zahary Karadjov2012-09-131-183/+211
| | | | | | | | failed proc calls
| * Fixes IRC module.Dominik Picheta2012-09-122-35/+61
| |
* | splitted echo into echo/debugEchoAraq2012-09-131-5/+6
|/
* debugger compiles againAraq2012-09-131-2/+5
|
* made more tests green; fixes #201Araq2012-09-123-4/+4
|
* made some tests greenAraq2012-09-122-13/+11
|
* first steps for overloading support of passing blocks; bugfix: test results ↵Araq2012-09-112-3/+4
| | | | of 'compile' are not overwritten
* Fixes scgi, adds async functionality to httpserver.Dominik Picheta2012-09-093-30/+184
|
* Merge pull request #198 from Tass/masterAraq2012-09-081-0/+4
|\ | | | | Implements hash(float)
| * hash() for floatsSimon Hafner2012-09-081-0/+4
| |
* | unittest bugfix; made some tests greenAraq2012-09-081-2/+2
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-081-14/+33
|\|
| * no uniqueCounter it isSimon Hafner2012-09-061-4/+3
| |
| * + random number generator for floats and slices - with testsSimon Hafner2012-09-061-14/+34
| | | | | | | | I also took the liberty to unify the API between ECMAScript and C.
* | term rewriting improvementsAraq2012-09-082-3/+4
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-034-95/+434
|\
| * Added fsmonitor module.Dominik Picheta2012-09-023-70/+302
| |
| * Asyncio module now works on file descriptors.Dominik Picheta2012-09-022-40/+147
| |
* | term rewriting macros fully implemented; still buggyAraq2012-09-033-14/+11
|/
* made tests green againAraq2012-08-312-1/+2
|
* next steps towards term rewriting macros; simple examples workAraq2012-08-302-2/+4
|
* first steps towards term rewriting macrosAraq2012-08-301-1/+1
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-284-121/+184
| | | | magic to access the invokation AST
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-4/+24
|
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-252-3/+2
|
* made tests green againAraq2012-08-242-2/+2
|
* objects with no ancestor are not implicitely finalAraq2012-08-246-9/+12
|
* implemented 'bind' for macrosAraq2012-08-242-12/+25
|
* fixes #185Araq2012-08-221-2/+7
|