diff options
author | Araq <rumpf_a@web.de> | 2014-08-28 00:24:52 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-28 00:24:52 +0200 |
commit | df172806ea153c2b058165cc09f836dd79350774 (patch) | |
tree | 5fe905e000745a8c5d87537de6c706bbc5028029 /lib/pure/lexbase.nim | |
parent | 11b69587554a99deb93ca2447ee3aeeacdb647c5 (diff) | |
download | Nim-df172806ea153c2b058165cc09f836dd79350774.tar.gz |
big rename
Diffstat (limited to 'lib/pure/lexbase.nim')
-rw-r--r-- | lib/pure/lexbase.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pure/lexbase.nim b/lib/pure/lexbase.nim index 361374177..63c2599b9 100644 --- a/lib/pure/lexbase.nim +++ b/lib/pure/lexbase.nim @@ -25,8 +25,8 @@ const # type - TBaseLexer* = object of RootObj ## the base lexer. Inherit your lexer from - ## this object. + BaseLexer* = object of RootObj ## the base lexer. Inherit your lexer from + ## this object. bufpos*: int ## the current position within the buffer buf*: cstring ## the buffer itself bufLen*: int ## length of buffer in characters |