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

https://github.com/altanis/pixel

Compiled object-oriented toy language (using LLVM), written in Rust.
https://github.com/altanis/pixel

Last synced: 3 months ago
JSON representation

Compiled object-oriented toy language (using LLVM), written in Rust.

Awesome Lists containing this project

README

        

# Pixel

blah blah blah use ur imagination
an object-oriented toy language for fun. aimed to be compiled via LLVM

Lexer supports:
- comments
- variables
- types
- primitives
- functions
- if/else statements
- for/while loops
- continue/break statements
- monoethnic arrays (vectors)
- throw statements
- classes/overriding methods