Skip to content

pavi38/CS-441-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

CS-441-Parser

Resources

For scanner or tokenizing the input stream i used mostly sre trigger.

https://matt.might.net/articles/lexers-in-racket/
https://docs.racket-lang.org/parser-tools/Lexers.html#%28part._.Lexer_.S.R.E_.Operators%29

For Parser funcations the most useful resources I found are the following
https://docs.racket-lang.org/denxi-reference/Monads.html
https://docs.racket-lang.org/functional/interfaces.html
https://docs.racket-lang.org/functional/either.html

LLM Prompts

I did not use chatgpt or any other large language model.

Known bug

When error inside while loop it gives the syntax error line number where the loop starts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages