summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-29 01:18:50 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-05-29 01:18:50 +0200
commit06122ff7116e699a50c968bb0192e6faf00fa6ef (patch)
tree67d09a5389d799427c21e9ae9340097fab439e74 /changelog.md
parentae1f6895faa645625a7e3486988d25c6d06b0e49 (diff)
downloadNim-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.md5
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