diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -16,4 +16,4 @@ uninstall: clean: rm -f marp -.PHONY: test clean +.PHONY: clean @@ -1,6 +1,7 @@ - Bootstrap (write language in itself) - Add array - Add char type +- Add arm support + Add Memory access and variables + call nasm and ld from the binary - Add include directory |