Overview
Comment: | s_expressions-parsers: catch up with new version in overview comment |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a4503d0ae7921130fa3681b226b548dc |
User & Date: | nat on 2014-04-01 20:58:03 |
Other Links: | manifest | tags |
Context
2014-04-02
| ||
20:33 | s_expressions-atom_buffers: use Natools.Storage_Pools instead of local dummy access type check-in: f3bcd34a8a user: nat tags: trunk | |
2014-04-01
| ||
20:58 | s_expressions-parsers: catch up with new version in overview comment check-in: a4503d0ae7 user: nat tags: trunk | |
2014-03-31
| ||
19:09 | s_expressions-atom_buffers: fix exception when appending an empty atom to an empty buffer check-in: a4d12bf348 user: nat tags: trunk | |
Changes
Modified src/natools-s_expressions-parsers.ads from [d59de17b25] to [62e0dd8636].
︙ | ︙ | |||
12 13 14 15 16 17 18 | -- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -- -- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -- -- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -- ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ -- Natools.S_Expressions.Parsers implements an event-based S-expression -- | > | < | > | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | -- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -- -- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -- -- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -- ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ -- Natools.S_Expressions.Parsers implements an event-based S-expression -- -- parser that reads from an internal cache updated through a dispatching -- -- call. -- -- -- -- Stream_Parser is a basic concrete parser that fills the internal cache -- -- from a stream provided as a discriminant. It functionally replaces the -- -- former Subparser type. -- ------------------------------------------------------------------------------ with Ada.Streams; with Natools.S_Expressions.Atom_Buffers; with Natools.S_Expressions.Lockable; |
︙ | ︙ |