ani8897 / Basic-Language-Parser

Parsing a string to extract the following elements: number, identifier, variable, term, expression and assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic-Language-Parser

The parser takes in a string and, if the parse succeeds, returns a pair consisting of a ”parsed-stuff” and the rest of the string. It returns the symbol ’fail if the parse does not succeed.

Read the problem statement for understanding the Grammar syntax.

About

Parsing a string to extract the following elements: number, identifier, variable, term, expression and assignment


Languages

Language:Racket 100.0%