mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
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:
parent
7321a1fce6
commit
8fed0e9781
3 changed files with 105 additions and 0 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue