Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/99thedark/sulfur

Fourth try at a programming language
https://github.com/99thedark/sulfur

compiler language llvm programming-language sulfur sulfur-lang

Last synced: about 1 month ago
JSON representation

Fourth try at a programming language

Awesome Lists containing this project

README

        

# Sulfur
Fourth try making a programming language. Last time had some hiccups on assembling the AST, clanky type correction and scope. This time hoping I'll get further :D

Sulfur is a statically and weakly typed programming language written in Go.

Inspired by Go, JavaScript, Rust, Julia, Odin, Zig, C#, Swift, Java and Kotlin

Compilation Steps
- File Reader
- Lexer
- Parser
- Type Inferrer
- Flow Analyzer (TODO)
- Optimizer (TODO)
- LLVM Code Generator
- Assembly Compiler
- Code Runner