LaKraven Studios
LaKraven Studios
This is particularly difficult to implement as the parser (or rather, Lexer at this point) would need to be aware of the constant and its value. Since these constants can...
I was going to suggest perhaps some kind of predefined Constants list, and perhaps even inject constants and values from the unit being parsed as they're encountered. That way we...
Okay, so the best bet would be to only assign constants to the internal list that exist within the unit, but to allow constants to be set in that list...
@bkisdi once the Symbol Table is ready (to resolve an identifier back to its original definition between units), DelphiAST would be suitable for use in making a language-to-language conversion tool....
This is a good idea, especially given that we have at our disposal a list of all language features, when they were added, when they were improved, and anything that...
Latest commit appears to resolve this issue!
@limelect could you please provide step-by-step details of what you're doing and a clear description of the bad result? Please be aware that different combinations of third-party plugins can cause...
To answer your question... there's a bit of "dirty debug" code I forgot to remove which shows me a message when freeing it (sometimes it's difficult attaching the debugger to...
This issue will be resolved by a forthcoming Pull Request from my Fork of this repository.
This issue will be resolved in a forthcoming Pull Request from my Fork of this repository.