This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
sugar
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19
Commits
1
Branch
134 KiB
Tree:
4cdde29ded
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '4cdde29ded'
${ noResults }
sugar
/
tests
/
005
/
exit-with-3.mol
7 lines
98 B
Raw
Normal View
History
Added tests for error messages on all build system known failure - Added pieces of code to handle interpreter shenanigans - Must add error handling - must test the syscalls - Added tests for errors - Changed error messages - Better exceptions/messages
1 year ago
__PROC__ main
__--__
__DO__
11_i64 "\tHello world\n" write-out
1 2_i32 + i32-to-i64 exit
__END__