Implemented package imports
This commit is contained in:
parent
3e5adff5e5
commit
fcc4f8d2d9
21 changed files with 510 additions and 353 deletions
|
@ -1,11 +1,9 @@
|
|||
import sys
|
||||
|
||||
main() {
|
||||
print("Hello", 5)
|
||||
}
|
||||
|
||||
print(address, length) {
|
||||
write(1, address, length)
|
||||
}
|
||||
|
||||
write(fd, address, length) {
|
||||
syscall(1, fd, address, length)
|
||||
sys.write(1, address, length)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue