Skip to content

a probabilistic parser-generator that operates on generic sequences of JS objects

License

Notifications You must be signed in to change notification settings

Izzi97/progepagen-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progepagen-js [STILL UNDER CONSTRUCTION]

a probabilistic parser-generator that operates on generic sequences of JS objects

Features

Lexer

  • operates on sequence of arbitrary JS objects
  • recognizes tokens with supplied predicates that may arbitrarily access the objects

Grammars

  • specified in simple, BNF-like fashion
  • each production rule is associated with a weight

Parser

  • top down
  • backtracking supported
  • empty words supported

Getting Started

About

a probabilistic parser-generator that operates on generic sequences of JS objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published