2024-10-02 21:06:54 -04:00
2024-10-02 21:06:54 -04:00
2024-10-02 20:05:46 -04:00
2024-10-02 21:04:54 -04:00
2024-09-30 09:00:37 -04:00
2024-09-30 20:55:46 -04:00
2024-09-30 09:00:37 -04:00

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.
Description
Simple CAS Language
c
Readme 334 KiB
Languages
C 72.8%
Makefile 12.8%
Yacc 9%
Shell 5.4%