Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

szlang

szlang is a "toy" interpreted language.

Example Syntax

var x = 12f;
println(x);
var arr=[1,2,3];
for(var i = 0;i<arrlen(arr);i=i+1){
	println("Array at index "+to_string(i)+" is "+to_string(arr[i]));
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Interpreted language

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages