Skip to content

Python program that reads an input file's grammar in BNF and recursively generates tokens.

Notifications You must be signed in to change notification settings

BenjaminVC/Grammar-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BNF Grammar-Generator

What is Backus-Naur form?

From Wikipedia

In computer science, Backus–Naur form (/ˌbækəs ˈnaʊər/) or Backus normal form (BNF) is a metasyntax notation for context-free grammars, often used to describe the syntax of languages used in computing, such as computer programming languages, document formats, instruction sets and communication protocols. It is applied wherever exact descriptions of languages are needed: for instance, in official language specifications, in manuals, and in textbooks on programming language theory.

About

Python program that reads an input file's grammar in BNF and recursively generates tokens.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages