aboutsummaryrefslogtreecommitdiff
path: root/syscall.jai
AgeCommit message (Collapse)Author
2023-02-28Small cleanup on syscall code.dam
2023-02-28Added notes about JAI code struture.dam
2023-02-27Implemented prototypes for sys_stat and sys_fstat to replace lseek used to ↵dam
get file size.
2023-02-26Improved syscall prototypes.dam
2023-02-26Prototype implementation of import_csv, sys_open, sys_close, and usage of ↵dam
map_entire_file_start.
2023-02-26Prototyping syscalls.dam