Matthew Asplund
Matthew Asplund
FYI: Windows 11 running VS 2022 Version 17.4.3
Yes, it appears that in some cases when calling is_newline the current offset is pointing to the actual current token and in some cases it is already pointing to next....
That was were I was looking, I had updated the checks in that method to use PEEK_NEXT instead of PEEK_CURRENT. This resolved a lot of issues where the LF was...
@liufeigit, thanks for the submission. Based on the readme it looks like this project is still in active development. This list is currently limited to mature projects that are ready...
I would also like the ability to inspect and dynamically discover Classes, verify their super class name and discover all static methods available: * Discover all top level variable names...
Sorry, I think I misinterpreted this request as being from the C API side. I want to be able to dynamically discover this information from within the host application. Should...
The original comment was referring to the CLI and the issue is tagged as API.