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
- Host: GitHub
- URL: https://github.com/iley/pirx
- Owner: iley
- License: mit
- Created: 2025-06-14T13:30:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-24T21:25:36.000Z (about 1 month ago)
- Last Synced: 2025-12-26T03:29:29.558Z (about 1 month ago)
- Topics: compiler, programming-language
- Language: Go
- Homepage:
- Size: 750 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.