- Notifications
You must be signed in to change notification settings - Fork34
ECMAScript Lexer / Parser / Interpreter / VM / method JIT written in C++
License
BSD-2-Clause and 7 other licenses found
Licenses found
Constellation/iv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
iv is ECMA262 5.1 lexer and parser and engine project written in C++ / JS
a lot of inspired from V8, SpiderMonkey, JavaScriptCore
under New BSD Licensesee LICENSE files
lv5 is ECMA262 5.1 engine
for more information, seelv5 README andlv5 wiki
seelv5 README
cmake -H. -Brelease -DCMAKE_BUILD_TYPE=Releasemake -C release lv5cp release/iv/lv5/lv5 lv5
iv / lv5 / railgun is Register VM and Compiler.
Their basic design is a lot of inspired Lua and JSC.
for more information, seerailgun README
iv / lv5 / breaker is Context Threading JIT Compiler.
for more information, seebreaker README
phonic is Ruby library of ECMA262 5.1 Parser API
for more information, seephonic README
About
ECMAScript Lexer / Parser / Interpreter / VM / method JIT written in C++
Resources
License
BSD-2-Clause and 7 other licenses found
Licenses found
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.