summary refs log tree commit diff stats
path: root/tests/compilerapi/tcompilerapi.nim
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAraq2019-05-271-0/+1
|
* megatest can be executedArne Döring2018-12-111-2/+1
|
* test case for #9180 and re-enables the disabled tcompilerapi test (#9181)Timothee Cour2018-10-111-22/+22
| | | | | | * add findNimStdLibCompileTime and un-disable tcompilerapi test; add test case for #9180 * address comments
* attempt to make travis green for 'koch testinstall'Andreas Rumpf2018-09-181-1/+8
|
* compiler API: final cleanups; improve security by diabling 'gorge' and friendsAndreas Rumpf2018-05-291-1/+12
|
* rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ↵Andreas Rumpf2018-05-291-0/+36
be used as an API