Skip to content

Repository files navigation

FunPL

A C++-like programming language, just for fun!

Example Code

var i = 1;
const bool j = false;

function int foo(int p1, int p2){
	const m = 3;
	return p1 + p2 + m + i;
}
function bar(){
	foo(-1, 2);
}

About

A (not necessarily) Fun Programming Language made with Xtext

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages