Skip to content

Repo with implementations of different parsing algorithms

Notifications You must be signed in to change notification settings

NeuroCorgi/Parsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parsing

Project with simple parsing algorithms:

  • Unger parser

Building

Build the program with cmake in build directory and then make executable with make

$ cd build
$ cmake ..
$ make

Running

After calling the executable, it will ask you to input the expression in the stdin and then print the concrete syntax tree or Not parsable by given grammar to the stdout

$ cd build
$ ./parsing
$ expr> 1+1

About

Repo with implementations of different parsing algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published