Skip to content

Latest commit

 

History

History
executable file
·
17 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

executable file
·
17 lines (14 loc) · 496 Bytes

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