Skip to content

Commit

Permalink
preprocessor has been covered
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Nov 7, 2012
1 parent 26480f9 commit 6859301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -26,7 +26,7 @@ The general philosophy of this material is that Computer Scientists need to have
== C ==

* Procedures, recursion, and tail-call elimination
* Libraries and build systems
* Libraries, build systems, and the preprocessor

== Haskell ==

Expand Down
2 changes: 1 addition & 1 deletion TODO
Expand Up @@ -12,5 +12,5 @@ Lots of things. Some I've thought of:
* Memory management (heap vs stack). Simple IO and talking to the OS (syscalls). Memory protection.
* Arrays as pointers with pointer arithmetic. Bounds checking (counting and terminators). Structs/unions.
* Linked list, doubly, circular
* iterator, function pointer, macros, binary search
* iterator, function pointer, binary search
* Reference counting

0 comments on commit 6859301

Please sign in to comment.