|
|
afae8fbe3a
|
Made the arrangements for the mentioned changes in the last commit, for now just integers but IT WILL be capable of handling doubles as fractions
|
2026-03-09 09:23:06 -06:00 |
|
|
|
771069455d
|
First version for string_to_number, just one test, is working fine, i'm considering swithching to handling only integers for in the future to manage in special struct that manages doubles as fractions, obviously this will mean changing nodes for general numbers to integers/fractions and shit
|
2026-03-09 09:06:06 -06:00 |
|
|
|
194f1dd80f
|
Second test, just pop, almost identical to first put important for asserting pop works because it is very needed
|
2026-03-05 10:20:44 -06:00 |
|
|
|
79f7e327ff
|
First test added, changed signature for using pointers beacause i forgot you can't actually change a parameter because c copies everything, stupid from me to forget that
|
2026-03-05 08:27:36 -06:00 |
|
|
|
317e9f3b6b
|
Jut setting all up for the calculator
|
2026-02-28 13:59:02 -06:00 |
|