Commit 146aa9cf55ba22156e9fefe95af985496212e551

Thomas de Grivel 2023-03-23T19:12:08

todo

diff --git a/README.md b/README.md
index 71b3eab..c3e1b16 100644
--- a/README.md
+++ b/README.md
@@ -73,9 +73,6 @@ Script interpreter. Under development.
 ## TODO
 
  - libc3
-   - DONE ci
-   - DONE c function call
-   - DONE infix operators
    - atomic operations
    - triple serial id
    - arrays
@@ -83,16 +80,18 @@ Script interpreter. Under development.
    - structs
    - errors (setjmp, longjmp)
      - stacktrace
-   - load
-   - `test_file_compare`
-   - ffi
-     - types
-     - funcall
    - functions
-     - DONE fn () {}
      - & &1
-     - defmodule
+     - def
      - funcall
+     - DONE fn () {}
   - buf_sha256
   - buf_popen
-
+  - DONE ci
+  - DONE c function call
+  - DONE infix operators
+  - DONE load
+  - DONE `test_file_compare`
+  - DONE ffi
+    - DONE types
+    - DONE funcall