bmax / v9

:zap: JavaScript engine written in C++ with flex/ bison

Home Page:http://bit.ly/1b1Ic0V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V9 JavaScript Engine

V9 is a basic JavaScript engine written in C++ using flex and bison.

Installing

Download or clone the source and run make within. flex and bison are required.

An executable named v9 will be created.

Running

An REPL is not available yet, so V9 must be run with a JavaScript source file as an argument.

For example:

$ v9 hello_world.js
Hello World!

About

:zap: JavaScript engine written in C++ with flex/ bison

http://bit.ly/1b1Ic0V


Languages

Language:C++ 67.1%Language:Bison 31.0%Language:Makefile 1.8%