Skip to content

no-context/no-context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

no-context

The plan: a collection of parsing tools for parsing anything, efficiently, in Node.JS.

To include:

  • a super-fast tokenizer (moo)
  • a selection of parsing algorithms (LR, Earley, RNGLR...)
  • options for using ordered-choice-CFGs, capturing ambiguous parses using an SPPF, or even providing custom derivation merging behaviour (so you can control allocation)
  • tools for analysing grammars (e.g. Nearley's Unparser)
  • tools for generating syntax highlighting, e.g. CodeMirror modes, from your grammar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published