Skip to content

Commit

Permalink
Updated TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Sedach committed Jan 31, 2012
1 parent a0d8249 commit d0264fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -30,11 +30,10 @@ with the distribution for details).
TODO:
* #include preprocessor directive
* function definition
* structs
* enums
* libc - stdio - binary streams, error codes
* libc - stdio: printf/scanf, binary streams, error codes
* libc - signal
* libc - stdlib
* libc - stdlib: div/ldiv
* libc - string
* libc - time
* libc - setjmp
Expand All @@ -47,6 +46,7 @@ Things that work:
* conditionals
* pointers and pointer arithmetic
* most of the preprocessor
* structs

Things that probably won't be supported:
* trying to cast arrays of chars to other types (mmap)
Expand Down

0 comments on commit d0264fd

Please sign in to comment.