summary refs log tree commit diff stats
path: root/lib/pure/lexbase.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-28 00:24:52 +0200
committerAraq <rumpf_a@web.de>2014-08-28 00:24:52 +0200
commitdf172806ea153c2b058165cc09f836dd79350774 (patch)
tree5fe905e000745a8c5d87537de6c706bbc5028029 /lib/pure/lexbase.nim
parent11b69587554a99deb93ca2447ee3aeeacdb647c5 (diff)
downloadNim-df172806ea153c2b058165cc09f836dd79350774.tar.gz
big rename
Diffstat (limited to 'lib/pure/lexbase.nim')
-rw-r--r--lib/pure/lexbase.nim4
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