From 35742aa52587400950cf25170c2247f98f498d4d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 4 Oct 2024 18:26:10 +0200 Subject: Add printc and exit builtin functions --- TODO | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 6327ff2..ef7c324 100644 --- a/TODO +++ b/TODO @@ -15,16 +15,15 @@ - Format error messages. - Return non-zero error code on errors. -# Built-in - -- Implement printc (with int argument). -- Implement exit() as standalone function. - # Register allocation - Temporary variables always use the same register, t0. Allocate registers for temporaries. +# Prarsing and abstract syntax tree + +- Parse signed hexadecimal numbers. + # Other - Type analysis. -- cgit v1.2.3