Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 367 Bytes

cjpp

JavaScript Compiler

Requirements

Flex, Bison, and a C++ compiler are required

Running

Use the Make file to compile the source code.

Using terminal, enter:

cjpp < 'file_to_compile'

to compile your JavaScript. It will be output as a C file named 'output.c'

ECMAScript® Language Specification

http://www.ecma-international.org/ecma-262/5.1/