8000 GitHub - ASAKARUM/Compiler
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ASAKARUM/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Compiler

目前基本操作已经实现,包括:

  • 数据类型:int
  • 语句: 注释, 注释, 声明,赋值循环( while 和 for)、判断( if),输入输出
  • 算术运算符: +,-,*,/,%,^
  • 关系运算: ==,>,<,>=,<=,!=
  • 逻辑运算: &&(与), ||(或, !(非)

附加实现:

  • 函数定义和调用

  • 作用域

  • 基本一维数组

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0