Skip to content

psimanaitis/ltjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LtJs

Simple parser done with which tree generation is done by peg.js and generation from tree to js is done by escodegen. Implements custom variable and token names in native Lithuanian language.

#Getting started

Requirements: node should be installed.

In order to use LtJs:

  1. Checkout this repository
  2. then type npm install
  3. afterwards type
    node index.js yourFileWrittenInLtJs execute
where yourFileWrittenInLtJs is path to file written in LtJs syntax.
Note: execute paramater is optional, if you would run command without it, it would generate AST.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published