Skip to content

This program will act as a scanner and a recursive descent parser using the C language.

Notifications You must be signed in to change notification settings

BJones47/Json-Scanner-and-Recursive-Descent-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview: This program will act as a scanner and a recursive descent parser for json files using the C language.

Usage: $ <EXECUTABLE> <FILENAME>

Example: ./a.out sample1.json

Output: If the file is parsed, the terminal will print all the tokens that were matched and the line they are found on.
             If the file cannot be parsed, the terminal will print the type of error and what line the error was found.

About

This program will act as a scanner and a recursive descent parser using the C language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages