Skip to content

ninebitcomputer/ro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language

Expressions

Binary

*: Multiplication /: Division

+: Addition -: Subtraction

Unary

-: Negation +: Plus

Statements

Type ident [ = Expression ] ;
if Expression Block [ else if Block ] [ else Block ] ;

Blocks

{ [ Statement* ] }

Types

natural real

Testing

cargo test -- --nocapture for ast parsing display

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages