You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2017/04/04 19:20:41 UTC

[jira] [Comment Edited] (THRIFT-4156) Using boost spirit instead of lex and yacc

    [ https://issues.apache.org/jira/browse/THRIFT-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15955641#comment-15955641 ] 

Jens Geyer edited comment on THRIFT-4156 at 4/4/17 7:19 PM:
------------------------------------------------------------

Not bad. The single most tricky thing we need to cover as well that comes to my mind are multiline doctext-comments vs normal multiline comments. Have a look at THRIFT-3709, there are some good test cases. Depends on the parser if we can handle this using syntax alone, or if additional treatment is needed. 


was (Author: jensg):
Not bad. The single most tricky thing we need to cover as well that comes to my mind are doc-comments. Have a look at THRIFT-3709, there are some good test cases.

> Using boost spirit instead of lex and yacc
> ------------------------------------------
>
>                 Key: THRIFT-4156
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4156
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (General)
>            Reporter: Mike Gresens
>         Attachments: ast.hpp, parser.cpp
>
>
> As a developer I want to use boost spirit to get rid of lex and yacc.
> This kicks dependency to lex, flex, yacc, bison or what ever.
> This makes building easier, because only c++ code must be compiled.
> All grammar is inside the code - all c++. No need to learn ll and yy.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)