Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

InPermutation/IndyJSBasic

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndyJSBasic

The 30 Minute Compiler

This is the source code from the IndyJS April 2014 meetup.

basic.js expects source code on stdin and outputs generated JavaScript to stdout.

Use shell redirection to perform an actual compilation:

node basic.js < test.bas > test.js && node test.js

Uncomment one of the jsonify lines in basic.js to watch the tokens from the lexer, and statements from the parser, respectively.

About

The 30 Minute Compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.