Wrench Namespace Reference

Classes

class  CodeLexer
 Provides a wrapper for reading characters from a string of code. It strips comments and other junk internally such as tabs and spaces. More...
 
class  StringReader
 Treats a string of characters as a stream. This allows it to be read one character at a time. Attempting to read after the end of the stream will generate a Wrench.StringReader.NULL character. More...