Skip to content

benjaminjackman/jison-typescript-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#jison-typescript-compiler (jtsc)

Jison Based Compiler for Typescript

Motivation

  • to create Jison Grammar rules to make it easy to parse Typescript files
  • use the Jison parser to make a ts compiler that emits js as quickly as possible.

Directions

Building it yourself

Install nodejs & npm (beyond the scope of this readme.md) but go (here)[http://nodejs.org/download/] to get started

Install grunt (a build tool for nodejs projects) globally

npm install -g grunt
npm install -g jison

Install the local dependencies under the project itself, these include things like the plugins referenced in the grunt file and so on.

from within the root folder of your clone of this repo

npm install

About

Jison Based Compiler for Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published