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.
- Host: GitHub
- URL: https://github.com/altanis/pixel
- Owner: Altanis
- Created: 2024-06-28T19:46:01.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T22:45:23.000Z (12 months ago)
- Last Synced: 2025-01-24T20:19:05.547Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 LLVMLexer supports:
- comments
- variables
- types
- primitives
- functions
- if/else statements
- for/while loops
- continue/break statements
- monoethnic arrays (vectors)
- throw statements
- classes/overriding methods