You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haskell Type Language parsing, token generation, type checker, expression evaluator, lambda expression evaluator with parse tree and ast generation and error raising with function support and argument support and preorder evaluator
Implementations of parsers and lexer for reconognition of different kind of mathematical languages (Ex. direct polish notation, "+,-,*,/" plus "if then else", ...)