aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
AgeCommit message (Expand)Author
2023-03-23Converting is_empty_string.dam
2023-03-21Prototyping import_from_csv.dam
2023-03-17Improve truncate_string to be aware of ASCII and UTF8 encodings.dam
2023-03-16Fixed truncate_string_utf8.dam
2023-03-16Learning how to work with strings.dam
2023-03-08Prototyping import_from_csv.dam
2023-02-27Implemented prototypes for sys_stat and sys_fstat to replace lseek used to ge...dam
2023-02-26Prototype implementation of import_csv, sys_open, sys_close, and usage of map...dam
2023-02-26Prototyping syscalls.dam
2023-02-18First functional prototype of database load and store.dam
2023-02-17Prototypes for store and load database.dam
2023-02-16Initialize app directory and file paths.dam
2023-02-10Temporary code to check for memory owners.dam
2023-02-01Added compilation commands in comments.dam
2023-02-01Added some code that may be usefull to check memory ownership on next compile...dam
2023-01-30Simplified help text printing.dam
2023-01-28Added comments about memory owner.dam
2023-01-28Simplified memory deallocation. Implemented argument parsing. Created prototy...dam
2023-01-27Processing version option argument.dam
2023-01-27Initial attempt to process input arguments. Added fossil settings.dam
2023-01-27First attempt to use ncurses.dam
2023-01-25Ported add_int64 and sub_int64 to jai.dam
2023-01-25Initial tests in jai.dam
2023-01-24Lets try out jai.dam