Skip to content
/ v9 Public

⚡ JavaScript engine written in C++ with flex/ bison

Notifications You must be signed in to change notification settings

bmax/v9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 

Repository files navigation

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

⚡ JavaScript engine written in C++ with flex/ bison

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published