Edit

kc3-lang/kc3/TODO.md

Branch :

  • Show log

    Commit

  • Author : Google Search Manual
    Date : 2025-07-11 17:16:29
    Hash : 94675057
    Message : feat: marshalling save to file and read from file See marshalling.h comments for more details

  • TODO.md
  • # TODO
    
    - [d] Refactor
    	- [x] serialise.c/h -> marshall.c/h
        - [ ] deserialize.c/h -> marshall_read.c/h
    	- [x] s_serialize -> s_marshall
    
    - [d] Marshall (write)
        - [x] signed/unsigned
        - [ ] str
        - [ ] pointers
        - [ ] tuple
        - [ ] autres types ...
        - [ ] tag
    
    - [d] marshall_read
        - [x] signed/unsigned
        - [ ] str
        - [ ] pointers
        - [ ] tag
            - [ ] tuple
            - [ ] ...