projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71c3755
)
Added more TODOS
author
Lukas Krickl
<lukas@krickl.dev>
Thu, 14 Dec 2023 13:15:07 +0000
(14:15 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Thu, 14 Dec 2023 13:15:07 +0000
(14:15 +0100)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index 19f8689847b26c7c36526a38e9f49a78bd0cb73a..c5a24c0b108defacc06f4b51d89fc437244ed65b 100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-11,7
+11,8
@@
* TODO: Add symbol file output
* TODO: Write documentation
* TODO: process defined variables inside defines correctly
- * TODO: Implement struct and enum syntax
+ * TODO: Implement struct, union and enum syntax
+ * TODO: Add warning levels such as: warning when literal is too large for register with -w syntax
*/
#define ULAS_NAME "ulas"