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
Our own domain-specific, imperative programming language, implemented in purely functional Haskell. Lexer built with lex (Alex), parser with yacc (Happy), and token expressions - interpreted in Haskell.