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
tiny-pascal is a compiler and interpreter for a very small programming language resembling Pascal. It makes use of bison for the grammar and flex for the lexer.
The compiler generate mips32 code and is not complete.