tokenstream.py File Reference

Go to the source code of this file.

Namespaces

namespace  indra::ipc::tokenstream

Classes

class  indra::ipc::tokenstream::_EOF
class  indra::ipc::tokenstream::_LineMarker
class  indra::ipc::tokenstream::ParseError
class  indra::ipc::tokenstream::TokenStream

Functions

def indra::ipc::tokenstream::_optionText

Variables

tuple indra::ipc::tokenstream::EOF = _EOF()
tuple indra::ipc::tokenstream::_commentRE = re.compile(r'//.*')
tuple indra::ipc::tokenstream::_symbolRE = re.compile(r'[a-zA-Z_][a-zA-Z_0-9]*')
tuple indra::ipc::tokenstream::_integerRE = re.compile(r'(0x[0-9A-Fa-f]+|0\d*|[1-9]\d*)')
tuple indra::ipc::tokenstream::_floatRE = re.compile(r'\d+(\.\d*)?')


Generated on Fri May 16 08:34:33 2008 for SecondLife by  doxygen 1.5.5