Alonso Adrian Martinez Hernandez laentropia
  • Tabasco, Mexico
  • Joined on 2026-03-16
laentropia pushed to main at laentropia/Calculator 2026-03-18 17:12:01 -06:00
6377515558 Starting with the lexer, i'm starting to comprehend better what pratt parsing is and how to apply it. For now just declaring basic structure and functions
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
73451fcca9 Damn, it works, the lexer actually works, that's amazing, need to test the bad cases but at least i'm sure it can detect and process correct math expressions
0de6cf5024 Modified the structure of the lexer, now is more easy to add types of numbers like fractions, like i could enev consider roots, irrationals, complex or imaginary, that would be dope. For now only support for integer, we need to get this shit running
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
Compare 10 commits »
laentropia created branch main in laentropia/Calculator 2026-03-18 17:12:01 -06:00
laentropia created repository laentropia/Calculator 2026-03-18 17:10:32 -06:00