aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-03-29 02:14:45 +1100
committerdaurnimator <quae@daurnimator.com>2018-03-29 02:14:45 +1100
commit7cf80a5afec725868dee622fc99050ce33ec288b (patch)
treee47914aa180e9197c2e0a040319432a22d523694 /NEWS
parent43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941 (diff)
downloadfengari-7cf80a5afec725868dee622fc99050ce33ec288b.tar.gz
fengari-7cf80a5afec725868dee622fc99050ce33ec288b.tar.bz2
fengari-7cf80a5afec725868dee622fc99050ce33ec288b.zip
NEWS: Add short change log
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..8ac32e8
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,15 @@
+UNRELEASED
+
+ - Fengari core implements Lua 5.3 in ES6
+ - Implements the Lua C API
+ - Lua standard library implemented on top of "C" API
+ - Works in node.js
+ - Works in browsers (including IE11+, Safari 8+, Chrome, Firefox and Edge)
+ - Lua test suite ported to JavaScript and passes (excluding items below)
+ - Known incompatability: garbage collector cannot be controlled
+ - Known incompatability: __gc not respected
+ - Known incompatability: __mode not respected
+ - Known incompatability: io library not available in browsers
+ - Known incompatability: io library unable to open new files
+ - Known incompatability: io library read functionality is not implemented
+ - Known incompatability: some os library functions are not implemented