summaryrefslogtreecommitdiff
path: root/src/parser/bounded_token_buffer.cpp
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-01 20:43:30 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-01 20:43:30 +0000
commit40a3135f24b66574518c1b206d012b10332782c7 (patch)
treee2ed323939acdb3fa6741d29d3c26b41061de988 /src/parser/bounded_token_buffer.cpp
parentcb9a9b98b018106a02b31f2442f347a944d8dda8 (diff)
Adding comments to bounded token files
Diffstat (limited to 'src/parser/bounded_token_buffer.cpp')
-rw-r--r--src/parser/bounded_token_buffer.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/parser/bounded_token_buffer.cpp b/src/parser/bounded_token_buffer.cpp
index 1c593367e..8bd896cd4 100644
--- a/src/parser/bounded_token_buffer.cpp
+++ b/src/parser/bounded_token_buffer.cpp
@@ -1,3 +1,20 @@
+/********************* */
+/** bounded_token_buffer.h
+ ** Original author: cconway
+ ** Major contributors: mdeters
+ ** Minor contributors (to current version): none
+ ** This file is part of the CVC4 prototype.
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
+ ** Courant Institute of Mathematical Sciences
+ ** New York University
+ ** See the file COPYING in the top-level source directory for licensing
+ ** information.
+ **
+ ** An ANTLR3 bounded token stream implementation.
+ ** This code is largely based on the original token buffer implementation
+ ** in libantlr3c, by Jim Idle.
+ **/
+
/// \file
/// Default implementation of CommonTokenStream
///
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback