This website requires JavaScript.
Explore
Help
Sign In
ed
/
raddebugger
Watch
1
Star
0
Fork
0
You've already forked raddebugger
mirror of
https://github.com/Ed94/raddebugger.git
synced
2026-06-15 00:22:23 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1e53ac29ef0fd75f860f3158769b027098e41bab
raddebugger
/
src
/
eval
/
generated
T
History
Ryan Fleury
a95780f2be
provide path for explicit cast operator in eval parser; abort trying c-style casts in non-trivial cases (the parse becomes ambiguous, and it is better for us to prefer the usual non-casting path
2025-05-08 11:04:11 -07:00
..
eval.meta.c
provide path for explicit cast operator in eval parser; abort trying c-style casts in non-trivial cases (the parse becomes ambiguous, and it is better for us to prefer the usual non-casting path
2025-05-08 11:04:11 -07:00
eval.meta.h
switch cast expressions from being formally represented in the expression tree - instead use cast-like tree shapes to perform casts in the ir/typechecking phase. this is odd, given C's casting syntax, but it is much more natural given that the parser is not any longer doing identifier resolution, and as such it fixes a bunch of nasty edge cases.
2025-04-28 11:50:23 -07:00