diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-03-17 23:14:52 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-03-17 23:14:52 +0000 |
commit | 30e841d5b6f082bce1f98c6df198aeea28a2d95b (patch) | |
tree | 68727dcfae385733e4acebcb52bdde6486ebee88 /src/lexer.cpp | |
parent | 4f96052772c46ceba8ca074e4206646661462533 (diff) | |
download | libbu++-30e841d5b6f082bce1f98c6df198aeea28a2d95b.tar.gz libbu++-30e841d5b6f082bce1f98c6df198aeea28a2d95b.tar.bz2 libbu++-30e841d5b6f082bce1f98c6df198aeea28a2d95b.tar.xz libbu++-30e841d5b6f082bce1f98c6df198aeea28a2d95b.zip |
Tweaks to the variant class make it much cooler, and there's a test/tool
called format, it's a proof of concept of a text formatter. I think it's
gonna' rock.
Diffstat (limited to 'src/lexer.cpp')
-rw-r--r-- | src/lexer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lexer.cpp b/src/lexer.cpp index 7dc2b23..a071695 100644 --- a/src/lexer.cpp +++ b/src/lexer.cpp | |||
@@ -6,6 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "bu/lexer.h" | 8 | #include "bu/lexer.h" |
9 | #include "bu/membuf.h" | ||
9 | 10 | ||
10 | Bu::Lexer::Lexer() | 11 | Bu::Lexer::Lexer() |
11 | { | 12 | { |