This website requires JavaScript.
Explore
Help
Register
Sign in
florentin
/
polish-calculator
Watch
1
Star
0
Fork
You've already forked polish-calculator
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
A simple calculator using the Reverse Polish notation (RPN)
9
commits
1
branch
0
tags
49
KiB
C
93.6%
Makefile
6.4%
main
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Exact
Exact
Union
RegExp
Florentin Schäfer
eb2c0fd16c
Add test input.txt
2025-01-01 15:29:29 +01:00
.gitignore
Initial commit
2024-12-25 18:21:06 +01:00
calculate.c
Use stack just as pointer
2025-01-01 15:29:19 +01:00
input.txt
Add test input.txt
2025-01-01 15:29:29 +01:00
LICENSE
Create LICENSE
2024-12-25 20:01:36 +01:00
Makefile
rename calculator to calculate
2024-12-27 13:52:30 +01:00
stack.c
Rename stack var and update print_stack
2025-01-01 15:28:33 +01:00
stack.h
Rename stack var and update print_stack
2025-01-01 15:28:33 +01:00