Hi. I'm new to bisonc++ and bison in general, but I'm trying to develop a parser which can validate a simple language (similar in syntax to C, but much more basic than it) but also do incremental parsing (which as I understand allows for completion of statements based on some initial input). Would anyone reading this forum be able to tell me if this is possible with bisonc++ or maybe suggest a list where I can ask this question, but get a solution that generates c++? Thanks so much.
-Jose
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. I'm new to bisonc++ and bison in general, but I'm trying to develop a parser which can validate a simple language (similar in syntax to C, but much more basic than it) but also do incremental parsing (which as I understand allows for completion of statements based on some initial input). Would anyone reading this forum be able to tell me if this is possible with bisonc++ or maybe suggest a list where I can ask this question, but get a solution that generates c++? Thanks so much.
-Jose