Results 1 to 6 of 6

Thread: QLALR examples

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    11
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default QLALR examples

    Hi everyone,

    Is there any good tutorials/online books I can read about QLALR? I think its quite odd that the only thing I can find is this one article called "QLALR Adventures" which didn't explain as much as I hoped.

    I want to set up some patterns and priorities to parse code like the one below and put it in a hierarchy QHash:
    Qt Code:
    1. foo
    2. {
    3. bar
    4. {
    5. ...
    6. }
    7. }
    To copy to clipboard, switch view to plain text mode 

    I know this is possible with plain old regular expression but I heard LALR is better when it comes to more complex things.
    Last edited by dennis; 2nd October 2010 at 20:49.

Similar Threads

  1. Configure Qt without examples?
    By Boron in forum Installation and Deployment
    Replies: 9
    Last Post: 8th September 2011, 18:24
  2. Qwt examples
    By nitriles in forum Qwt
    Replies: 7
    Last Post: 6th August 2011, 04:07
  3. examples and Ssl
    By szarek in forum Newbie
    Replies: 13
    Last Post: 21st July 2010, 22:33
  4. Qwt examples
    By 31512 in forum Qwt
    Replies: 11
    Last Post: 3rd July 2008, 05:00
  5. Qt 3.x Examples
    By ball in forum Qt Programming
    Replies: 2
    Last Post: 11th January 2006, 13:44

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.