Skip to content
/ clovis Public
forked from vnev/clovis

Simple programming language in Java

Notifications You must be signed in to change notification settings

raderio/clovis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

clovis

test programming language I'm working on. Pretty basic. Few non-conventional details:

  • struct is wafer
  • char is byte
  • there's no float. just double. pls don't cry
  • in order to promote manual labor and reduce laziness, to specify a function's return type, you use the returns keyword. So:
fn add (int a, int b) returns int { ... }

check the test file for more syntax details

About

Simple programming language in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.5%
  • GAP 0.5%