Skip to content

Swiftly1/EngineeringSample

Repository files navigation

EngineeringSample

Compiler for experimental language which targets WebAssembly

Some Code Example

namespace Test

public int Test(int a, int b)
{
	if (a > b)
	{
		return a + b;
	}
	else
	{
		return a - Qwert();
	}
}

public int Qwert()
{
	return 10 * 10;
}

img

img

img

img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages