d95c134a54642667cd678cc81361216922259cfd
Need to fix testing functions so that every assert is run in each function of the registry.
SCL: Simple Calculator Language
Project structure:
$ tree -d
.
├── build # Build directory; where binaries (except the main one) go.
│ ├── obj # Project objects.
│ └── test # Test build directory.
│ └── obj # Test objects.
├── src # Source files (*.c).
│ └── include # Header files (*.h)
└── test # Tests (file names match those in src/*.c).
└── unity # Unity test framework files.
Languages
C
80.8%
Yacc
10.2%
Makefile
5.6%
Shell
3.4%