2024-10-24 23:06:25 +01:00
2024-10-24 23:06:25 +01:00
2024-10-24 12:28:40 +01:00
2024-10-24 12:28:40 +01:00
2024-10-24 23:02:52 +01:00
2024-10-24 23:02:31 +01:00

                           INFIX CALCULATOR

This is a little infix calculator program I made for fun and practise.
It's written in ISO C11; the build script uses Clang but it should be
OK with most compilers.

	sh scripts/build.sh    # Builds everything
	sh scripts/test.sh     # Run the unit tests
	build/infix-calculator # Run the actual calculator
S
Description
No description provided
Readme 72 KiB
Languages
C 94%
Shell 6%