antlr / antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
http://antlr.org
BSD 3-Clause "New" or "Revised" License
16.95k stars 3.26k forks source link

Cancellation support in C# (also maybe other) runtime #2274

Open KvanTTT opened 6 years ago

KvanTTT commented 6 years ago

See duplicated issue in C# optimized runtime: https://github.com/tunnelvisionlabs/antlr4cs/issues/277.

ericvergnaud commented 6 years ago

Can you elaborate?

Le 11 avr. 2018 à 20:07, Ivan Kochurkin notifications@github.com a écrit :

See duplicated issue in C# optimized runtime: tunnelvisionlabs/antlr4cs#277 https://github.com/tunnelvisionlabs/antlr4cs/issues/277.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/antlr/antlr4/issues/2274, or mute the thread https://github.com/notifications/unsubscribe-auth/ADLYJK3HBPsKbq4Mp35y4mdUljTzHuBPks5tnfIEgaJpZM4TP52E.

KvanTTT commented 6 years ago

I described this issue in another repository in detail. This required for safe parsing termination.

I'm waiting for @sharwell response.