A C basic implementation (see Igor Wiedler's blog post).
Compile everything and run!
cc *.c
./a.out
- typedef the struct
- refactor into a struct
- create pop instruction
- create push instruction
- create stack values
- create stack index
- create Unit Test framework
Note: The current status is a stack.