Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[various grammars] Fix targets that fail build #3847

Closed
kaby76 opened this issue Nov 26, 2023 · 0 comments
Closed

[various grammars] Fix targets that fail build #3847

kaby76 opened this issue Nov 26, 2023 · 0 comments
Labels
symbol-conflict Rule names that conflict with keywords in certain runtimes

Comments

@kaby76
Copy link
Contributor

kaby76 commented Nov 26, 2023

The following targets fail the build:

  • asm/ptx/ptx-isa-1.0 with Cpp: NAN is a symbol conflict for Cpp--apparently now for MacOS.
  • ./icon ./lark .sieve ./smtlibv2 ./wavefront with Go target--symbol conflict apparently now with "start" as a parser rule.
  • ./scala with Go target--timeout. This grammar is super slow. Go target should be removed from desc.xml to indicate it doesn't work.
  • elixir with PHP target--stack overflow. The PHP has logical errors in the code. I tried to address some of the problems, but it was too much, and needed to work on other things. Fix for #12 -- Allowed memory size of 134217728 bytes exhausted. antlr-php-runtime#34
@KvanTTT KvanTTT added the symbol-conflict Rule names that conflict with keywords in certain runtimes label Nov 26, 2023
@kaby76 kaby76 closed this as completed Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
symbol-conflict Rule names that conflict with keywords in certain runtimes
Projects
None yet
Development

No branches or pull requests

2 participants