Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged antlr

0 votes
657 views
1 answer
    I have read many questions here on StackOverflow about mutual left-recursion issues in LL(k) parsers. I found the ... only one of those two. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
449 views
1 answer
    I want to keep white space when I call text attribute of token, is there any way to do it? Here is the situation: We ... = L; ELSE M = L - 1; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
402 views
1 answer
    I am doing static analyze on c program.And I search the antlr website ,there seems to be no appropriate grammar ... ast created by the parser. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
260 views
1 answer
    I'm attemping to learn language parsing for fun... I've created a ANTLR grammar which I believe will match ... AST generation seems to stick :( See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
694 views
1 answer
    I was wondering whether we could build an AST using Antlr version 4. I couldn't find any reference on ... and perform task using visitors. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
518 views
1 answer
    In What is a 'semantic predicate' in ANTLR3? Bart Kiers gives a very well overview about the different semantic ... but do not consume it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
575 views
1 answer
    In What is a 'semantic predicate' in ANTLR3? Bart Kiers gives a very well overview about the different semantic ... but do not consume it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
395 views
1 answer
    I'm building a parser in antlr which compiles to a working java target. When I retarget for c#2 it produces a ... 2010 12:45:30 Thanks, Andy See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
749 views
1 answer
    Here is a simple rule: NAME : 'name1' | 'name2' | 'name3'; Is it possible to provide alternatives for ... using an array that contains strings? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    How would you translate this portion of code written in ANTLR 3 into ANTLR 4? expr: (Identifier '.')=> ( ... now. What could I use Instead? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
753 views
1 answer
    How can the negation meta-character, ~, be used in ANTLR's lexer- and parser rules? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.9k users

...