glotchimo / sus

A toy language written in C inspired by the Among Us video game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sus

A programming language inspired by the popular "Among Us" game.

Why?

To learn parser/compiler/language theory basics on stream.

Things to note

Because it is Among Us-themed, there are some non-conventional keywords (i.e. "let" being "vote" and "goto" being "vent").

Todo

  • Fully implement memory management for existing structures
  • Implement a sufficient linked-list for use in the AST
  • Implement a sufficient hash-map for use in the environment

About

A toy language written in C inspired by the Among Us video game


Languages

Language:C 91.3%Language:Makefile 8.7%