Skip to content

zyzek/cfgparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LL(1) CFG parser

Given an LL(1) grammar and a string, this program will determine whether the string belongs to the language defined by the grammar.

The grammar will be rejected if it is not LL(1)

If -e is given as an argument, any rejected input will be modified to produce the nearest similar accepted string.

Invocation

inputfile [grammarfile] [-e]

About

A small LL(1) parser for context free grammars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages