Rename of files, improved for handling, add cb hints
- Rename Test to Ink as main file - Support more errors for for loops. - Add hints to cbs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
vertex main :: () {
|
||||
x := 0.0;
|
||||
for i : {
|
||||
for i : 0.. {
|
||||
x += 2.0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user