expression → literal
| unary
| binary
| grouping ;
literal → NUMBER | STRING | "true" | "false" | "nil" ;
grouping → "(" expression ")" ;
unary → ( "-" | "!" ) expression ;
binary → expression operator expression ;
operator → "==" | "!=" | "<" | "<=" | ">" | ">="
| "+" | "-" | "*" | "/" ;
-
Notifications
You must be signed in to change notification settings - Fork 0
black-lily-inc/FluxScript
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A versitile scripting language built to be fully customizable and embedded into swift programs!
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published