An open API service indexing awesome lists of open source software.

https://github.com/iley/pirx

Pirx Programming Language
https://github.com/iley/pirx

compiler programming-language

Last synced: 9 days ago
JSON representation

Pirx Programming Language

Awesome Lists containing this project

README

          

# Pirx Programming Language

Compiler for a toy programming language I'm implementing in my spare time just for fun.

```
func main(): int {
printf("Hello from Pirx!\n");
return 0;
}
```

See `examples/` and `tests/` for code samples.