.
This commit is contained in:
@@ -8,9 +8,9 @@ Progress of the Lua port:
|
|||||||
- [x] Functions
|
- [x] Functions
|
||||||
- [x] Calling functions
|
- [x] Calling functions
|
||||||
- [x] Calling functions with parameters
|
- [x] Calling functions with parameters
|
||||||
- [ ] Control flow
|
- [x] Control flow
|
||||||
- [ ] Labels in Assembly
|
- [x] Labels in Assembly
|
||||||
- [ ] Recursion
|
- [x] Recursion
|
||||||
- [ ] Strings
|
- [ ] Strings
|
||||||
- [ ] From constants
|
- [ ] From constants
|
||||||
- [ ] Garbage collection
|
- [ ] Garbage collection
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ do TEST "Parser: labels"
|
|||||||
}
|
}
|
||||||
|
|
||||||
local found = assemble(source)
|
local found = assemble(source)
|
||||||
pprint(found)
|
|
||||||
assert_eq(found, expected)
|
assert_eq(found, expected)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user