Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Latest commit

 

History

129 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

相关教程

interpreter

shell

8cc C compiler

项目结构

structure

搭建过程

tutorial

运行实例

测试代码:

var a = 0;
var b = 1;

while (a < 10) {
    print a;
    var temp = a;
    a = b;
    b = temp + b;
}

使用命令:

setPath .\test
run test_1.c

结果

About

简易Interpreter,用Java编写

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages