Skip to content

Stong019/CS152-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS152-Project

Author(s): Spencer Tong, Harrison Williams, Adolfo Bugarin

Table of Symbols

Symbol in Language Token Name
fn Func
<- Return
# Int
> Read
< Write
... While
? If
! Else
b Break
c Continue
( LeftParen
) RightParen
{ LeftCurly
} RightCurly
[ LeftBracket
] RightBracket
_ Comma
:/ Semicolon
p plus
s Subtract
m Multiply
d Divide
rem Modulus
e Assign
lt LessThan
leq LessEqual
gt GreaterThan
geq GreaterEqual
is Equality
ne NotEqual
"variable_name" Ident
integer number Num
START main

Comments

Comments can be multi-line comments encapsulated with quotes. For example:

int x; "This is a variable declaration"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors