Skip to content

Commit

Permalink
init 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chenming committed May 6, 2020
1 parent c0d30bd commit c1e33e2
Show file tree
Hide file tree
Showing 933 changed files with 330,040 additions and 998 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}",
"env": {},
"args": []
}
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# hercules_compiler
# hercules_compiler
36 changes: 0 additions & 36 deletions compile/assign.go

This file was deleted.

9 changes: 0 additions & 9 deletions compile/call.go

This file was deleted.

305 changes: 0 additions & 305 deletions compile/expr.go

This file was deleted.

Loading

0 comments on commit c1e33e2

Please sign in to comment.