Commit b1283fa2c6404302ed18a3d7008b73055e483b23

Thomas de Grivel 2023-03-23T18:53:29

todo

diff --git a/README.md b/README.md
index 7484eb1..71b3eab 100644
--- a/README.md
+++ b/README.md
@@ -73,9 +73,14 @@ Script interpreter. Under development.
 ## TODO
 
  - libc3
-   - ci
-   - c function call
-   - infix operators
+   - DONE ci
+   - DONE c function call
+   - DONE infix operators
+   - atomic operations
+   - triple serial id
+   - arrays
+   - defmodule
+   - structs
    - errors (setjmp, longjmp)
      - stacktrace
    - load
@@ -84,7 +89,7 @@ Script interpreter. Under development.
      - types
      - funcall
    - functions
-     - fn ->
+     - DONE fn () {}
      - & &1
      - defmodule
      - funcall