Toy language compiler for CS 323 at CSUF
- Jared Dyreson
- Chris Nutter
Different components of the compiler so it can be smashed together to make a working compiler.
- Lexical Analyzer
- Syntax Analyzer
- Semantic Analyzer
- Intermediate Code Generator
This is a C-based language:
if
else
if else
while
do
!
%
&
|
&&
||
<
>
>=
<=
--
++
==
[
]
{
}
(
)