Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 146 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 146 Bytes

C Interpreter

A tiny toy REPL (Read Eval Print Loop) for C language written in C language.

Todo

  • lexer
  • ast
  • vm
  • ???