mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:23:06 +08:00
fully functional closure & add benchmark
This commit is contained in:
+1
-3
@@ -63,6 +63,4 @@ a(); # 2048 1024 -1
|
||||
b(); # 2048 1024 1 1
|
||||
|
||||
m.h()(2147483647);
|
||||
m.a();
|
||||
# flightgear-nasal-console: 2147483647 1024
|
||||
# nasal-interpreter 2048 1024
|
||||
m.a();# 2147483647 1024
|
||||
Reference in New Issue
Block a user