Skip to content

JaredsCompiler/Diablo

Repository files navigation

Diablo

Toy language compiler for CS 323 at CSUF

Authors

  • Jared Dyreson
  • Chris Nutter

Sections

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

Keywords

This is a C-based language:

Control Flow

if
else
if else
while
do

Operators

!
%
&
|
&&
||
<
>
>=
<=
--
++
==

Misc

[
]
{
}
(
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published