Commit 575ffa20ff0e662c22fe1965478cad6079a262e2

Thomas de Grivel 2024-02-12T13:44:54

readme

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/README.md b/README.md
index 1513e16..a7bd184 100644
--- a/README.md
+++ b/README.md
@@ -289,7 +289,10 @@ Script interpreter. Works the same as ic3 but is not interactive.
 ## TODO
 
  - libc3
-   - height function `(TAG_VOID: 0, TAG_TUPLE: max(height(tuple->tags)))`
+   - tags
+     - height function `(TAG_VOID: 0, TAG_TUPLE: max(height(tuple->tags)))`
+     - has_ident
+     - collect_idents
    - macros
    - modules
      - defmodule