$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Newbie question: Example of a simple grammar and autocompletion?
From: Vidya Setlur (vidya.setlur_at_[hidden])
Date: 2015-04-07 16:53:12
Hi all,
I'm trying to understand how the Boost spirit parsers work. Could anyone
show me a simple example of a grammar, and how autocompletion can be
enabled if the input matches a particular rule in the grammar template?
Thanks!