Pig: New lightweight object for string consumption

- Like Nibbler, but without the string copy, and allowing multiple pigs to
  eat the string at the same time.

    Pig: A tool for cleaning out pipes
    Pig: A greedy person
    Pig: To eat quickly
This commit is contained in:
Paul Beckingham 2015-12-29 13:02:09 -05:00
parent 7321a1fce6
commit 8fed0e9781
3 changed files with 105 additions and 0 deletions

View file

@ -7,6 +7,7 @@ include_directories (${CMAKE_SOURCE_DIR}
set (timew_SRCS Grammar.cpp Grammar.h
Lexer.cpp Lexer.h
LR0.cpp LR0.h
Pig.cpp Pig.h
Rules.cpp Rules.h)
add_library (timew STATIC ${timew_SRCS})