-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
想要删除类型系统, | ||
但是发现很难在现有代码的基础上删除类型系统, | ||
还是重写一个比较好。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
删除类型系统,并补充相关笔记 | ||
更改命名惯例为 lisp-case | ||
|
||
# later | ||
|
||
static import should handled by an extra pass -- instead of injecting a `Loader` to `Mod` | ||
`NodeId` vs `Node` -- instead of `Node` vs `NodeEntry` -- the same for `HalfEdge` |