9 Commits

Author SHA1 Message Date
belka 699cc8684b Implement division 2024-10-06 18:09:08 +02:00
belka 35742aa525 Add printc and exit builtin functions 2024-10-04 18:26:10 +02:00
belka c2c923276f Implement addition and subtraction 2024-09-29 19:50:55 +02:00
belka ed144309fa Print numbers with multiple digits 2024-09-27 22:53:05 +02:00
belka 8eaeb5afa3 Generate IR and target code 2024-09-25 23:06:02 +02:00
belka b30bbcab28 Parse call statements 2024-09-24 22:20:57 +02:00
belka daec506ed3 Put _start and main call into builtins 2024-09-21 23:35:32 +02:00
belka c9ff4f0a2a Add call pseudo instruction 2024-09-15 23:03:25 +02:00
belka a625bbff50 Add the tester 2024-09-06 14:04:05 +02:00