parser-generator
Any BPEL parser and XML generator together?
I want to generate/write and then parse (write & read) the bpel proce开发者_StackOverflow中文版ss (xml). Is there any way api to this, something like wsdl4j... ?[详细]
2022-12-29 16:01 分类:问答Source of parsers for programming languages?
I\'m dusting off an old project of mine which calculates a number of simple metrics about large software projects.One of the metrics is the length of files/classes/methods.Currently my code \"guesses\[详细]
2022-12-26 00:22 分类:问答Open source machine readable grammar for HTTP/1.1? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-21 01:17 分类:问答Parser Generator for changing file
are there any Parser Generator which generated parsers are capable of the following: Parse a file and if you change line n then it only reparses the line or the lines which changed because of this. So[详细]
2022-12-20 13:33 分类:问答GLR parsing algorithm resources [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-18 04:22 分类:问答Lex and Yacc in PHP [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-17 00:42 分类:问答Is this grammar not LR(1)?
I\'m working on parse generator for PHP. Currently I\'m trying to implement canonical LR(1) parser, but it outputs reduce-reduce conflict on following grammar. Is this grammar not LR(1)? Or should I r[详细]
2022-12-16 14:06 分类:问答Parsing a custom string-generating-pattern syntax
Background: I\'m developing a custom regex-like syntax for URL filenames. It will work like this: User writes a pattern, something like \"[a-z][0-9]{0,2}\", and passes it as input[详细]
2022-12-14 21:50 分类:问答Limitations of PEG grammar & parser generators? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_StackOverflow[详细]
2022-12-13 14:10 分类:问答parsing recursive structures in scala
I\'m trying to contruct a parser in scala which can parse simple SQL-like strings. I\'ve got the basics working and can parse something like:[详细]
2022-12-12 19:28 分类:问答