Skip to content

shijy16/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interpreter Develop Log

work in progress

TODO LIST:

  • Type

    • int
    • void
    • char
    • * pointer
  • Operator:

    • *
    • -
    • +
    • /
    • <
    • >
    • >=
    • <=
    • ==
    • =
    • *
    • []
  • Statement

    • CallExpr
    • IfStmt
    • WhileStmt
    • ForStmt
    • DeclStmt
    • ReturnStmtb
  • Expr

    • BinaryOperator,UnaryOperator
    • ParenOperator
    • DeclRefExpr
    • CallExpr
    • CastExpr
  • Built-in Functions

    • GET()
    • PRINT(int a)
    • MALLOC(int a)
    • FREE()

Testcases AC:

  • 00
  • 01
  • 02
  • 03
  • 04
  • 05
  • 06
  • 07
  • 08
  • 09
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19

About

An easy interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published