diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-29 01:18:50 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-29 01:18:50 +0200 |
commit | 06122ff7116e699a50c968bb0192e6faf00fa6ef (patch) | |
tree | 67d09a5389d799427c21e9ae9340097fab439e74 /changelog.md | |
parent | ae1f6895faa645625a7e3486988d25c6d06b0e49 (diff) | |
download | Nim-06122ff7116e699a50c968bb0192e6faf00fa6ef.tar.gz |
rewrote nimeval.nim; added tcompilerapi example to show how the compiler can be used as an API
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 813c4caf8..46a221700 100644 --- a/changelog.md +++ b/changelog.md @@ -78,6 +78,11 @@ - Added the parameter ``val`` for the ``CritBitTree[int].inc`` proc. - An exception raised from ``test`` block of ``unittest`` now show its type in error message +- The ``compiler/nimeval`` API was rewritten to simplify the "compiler as an + API". Using the Nim compiler and its VM as a scripting engine has never been + easier. See ``tests/compilerapi/tcompilerapi.nim`` for an example of how to + use the Nim VM in a native Nim application. + ### Language additions |