Skip to content

Dead simple JavaScript lexical analyzer for mini java programming language

Notifications You must be signed in to change notification settings

Nasseratic/MiniJava-JS-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NMJLA.JS

Nasser's Mini-Java Lexical Analyzer

Files:

  • nmjla.js :the app
  • operations :set of regexps to match operations
  • types :set of regexps to match types
  • reservedWords :set of regexps to match reserved words

First make sure nodejs is installed in you system

then simply ..

node nls.js

About

Dead simple JavaScript lexical analyzer for mini java programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published