This website requires JavaScript.
Explore
Help
Sign In
laentropia
/
Calculator
Watch
1
Star
0
Fork
0
You've already forked Calculator
Code
Issues
3
Pull Requests
Actions
Packages
Projects
1
Releases
Wiki
Activity
Files
903fdbd6ffb1101095722535e9d23953895d246d
Calculator
/
test
History
LaEntropiaa
903fdbd6ff
I think i'm done, lexer works fine and errors work fine too, amazing actually, should be moving on to the parser so that i can construct the expression tree
2026-03-10 07:27:35 -06:00
..
CMakeLists.txt
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
test_ASTNodeArray.c
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
test_lexer.c
I think i'm done, lexer works fine and errors work fine too, amazing actually, should be moving on to the parser so that i can construct the expression tree
2026-03-10 07:27:35 -06:00
test_parser.c
Jut setting all up for the calculator
2026-02-28 13:59:02 -06:00