Skip to content

1yesman9/bytelang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByteLang

wip Dev Bytes discord programming language impl

Design

Paradigm

  • Procedural

Type System

  • Statically Typed
  • Strongly Typed
  • Null

Impl

Architecture

  • Recursive Descent Parser
  • Flat, Variable-Length Instruction IR
  • Stack-Based Interpreter

Memory

  • Primitives are stack allocated. User-Defined Types are heap allocated, barring escape analysis
  • Tracing Garbage Collector

About

dev bytes language impl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages