Skip to content

danelkhen/perl-parser

Repository files navigation

perl-parser

Perl parser written in TypeScript, can run on nodejs or a browser

Installation

  • Install nodejs
npm install -g typescript typings
git clone https://github.com/danelkhen/perl-parser.git
git clone https://github.com/ajaxorg/ace.git
cd perl-parser
npm install
typings install

Compilation

tsc -p perl-parser-es6
tsc -p server

tsc -p perl-parser
tsc -p viewer
  • add -w to watch and recompile automatically

Running the server

node built/server/server

About

Perl parser written in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published