ChaoticCreature
  • Joined on 2025-05-08
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-11 20:01:18 -07:00
2eed8fc323 Support conversions between radians and degrees
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-08 21:18:40 -07:00
a691732a81 Update error message when no ip address is found from NATS_ADDR="some_host:port"
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-06 18:13:54 -07:00
c4cf11a5ef add todos
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-06 18:12:27 -07:00
b3225c9583 add todos
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-06 17:25:05 -07:00
a8c86790fc add calculator to nojs (nojs seems to always 504 when I use it, see if I can fix that)
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-05 21:10:21 -07:00
f955d63937 redisable bing & google services
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-05 21:08:54 -07:00
5b1e215b77 updated cargo files
b101b5af51 Fix them rounding errors!
86c6c96909 Checkpoint 2 (seems to compile now)
cd493f8d32 Checkpoint
74b29455e5 Constants work and *finally* fix the off-by-one in lexing
Compare 20 commits »
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-05 21:08:41 -07:00
f11aa99038 Add protocol to proxy file format (may remove), misc changes
ChaoticCreature pushed to calculator at ChaoticCreature/asklyphe 2025-09-05 21:08:00 -07:00
5b1e215b77 updated cargo files
ChaoticCreature pushed to calculator at ChaoticCreature/asklyphe 2025-09-05 21:07:15 -07:00
b101b5af51 Fix them rounding errors!
86c6c96909 Checkpoint 2 (seems to compile now)
cd493f8d32 Checkpoint
Compare 3 commits »
ChaoticCreature pushed to calculator at ChaoticCreature/asklyphe 2025-09-05 04:58:11 -07:00
74b29455e5 Constants work and *finally* fix the off-by-one in lexing
ChaoticCreature pushed to calculator at ChaoticCreature/asklyphe 2025-09-05 04:32:27 -07:00
47477732ba finish up lexing & do some parsing improvements (functions now require parens for multiple args :(, I'll see if I can change that later)
ChaoticCreature pushed to calculator at ChaoticCreature/asklyphe 2025-09-05 03:26:11 -07:00
cbf35e9746 improve number lexing (temporarily breaking function lexing)
ChaoticCreature pushed to calculator at ChaoticCreature/asklyphe 2025-09-05 02:56:51 -07:00
adf97d4b20 implement logic for logN
ChaoticCreature pushed to calculator at ChaoticCreature/asklyphe 2025-09-05 02:50:26 -07:00
328ec0bfdc functions are no longer infix, and more
199bce4f90 simplify
Compare 2 commits »
ChaoticCreature pushed to calculator at ChaoticCreature/asklyphe 2025-09-05 02:09:38 -07:00
9c9172d4c9 fix exponent precedence
ChaoticCreature created branch calculator in ChaoticCreature/asklyphe 2025-09-05 01:58:32 -07:00
ChaoticCreature pushed to calculator at ChaoticCreature/asklyphe 2025-09-05 01:58:32 -07:00
4f6063bf72 WIP ui
b7b466b774 *Mostly* works, apart from 4 sqrt 4 being 1.4142135623730951 for some reason (messed up unary operators or something)
25644b9d4e Add get_val
849393fbd1 Parsing seems to work now!
c2f210c32c WIP pratt parsing
Compare 8 commits »
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-04 19:20:47 -07:00
c39a425d48 Lock dockerfile cargo cache
ChaoticCreature pushed to work at ChaoticCreature/asklyphe 2025-09-04 02:35:53 -07:00
430e0fce85 reenable bing & google services in dockerfile, fix bingservice crash when proxies file is empty