[Webkit-unassigned] [Bug 148754] New: Migrate from flex/bison -> boost::spirit or similar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 15:30:29 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148754

            Bug ID: 148754
           Summary: Migrate from flex/bison -> boost::spirit or similar
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The Flex and Bison parser generators are becoming an every increasing maintenance burden:

1. More recent versions of this software have undesirable GPL v3 licensing.
2. Different platforms have access to different versions of the software (e.g., Mac is limited to Bison 2.3)
3. Flex and Bison are difficult to obtain and use on Windows.

Instead, it would be nice to move towards a more modern parser generator approach, possibly using something like Boost::spirit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150903/9eede284/attachment.html>


More information about the webkit-unassigned mailing list