Zen
A cross-platform functional programming language

File List

Here is a list of all documented files with brief descriptions:
/home/renji/Data/projects/zenlang/sources/zbl/_pch.cppPrecompiled header's source file
/home/renji/Data/projects/zenlang/sources/zbl/_pch.hpp [code]Wrapper around precompiled header file
/home/renji/Data/projects/zenlang/sources/zbl/Application.hpp [code]
/home/renji/Data/projects/zenlang/sources/zbl/ApplicationImpl.hpp [code]
/home/renji/Data/projects/zenlang/sources/zbl/Ast.hpp [code]Definition of all Nodes in the generated AST
/home/renji/Data/projects/zenlang/sources/zbl/Build.hpp [code]Definition of project files
/home/renji/Data/projects/zenlang/sources/zbl/CmdLine.hpp [code]Classes to help parse command line arguments
/home/renji/Data/projects/zenlang/sources/zbl/Compiler.cppZen compiler class
/home/renji/Data/projects/zenlang/sources/zbl/Compiler.hpp [code]Zen compiler class
/home/renji/Data/projects/zenlang/sources/zbl/CppGen.hpp [code]
/home/renji/Data/projects/zenlang/sources/zbl/GetXRef.hpp [code]
/home/renji/Data/projects/zenlang/sources/zbl/Lexer.cppZen Lexer class
/home/renji/Data/projects/zenlang/sources/zbl/Lexer.hpp [code]Zen Lexer class
/home/renji/Data/projects/zenlang/sources/zbl/Optimizer.cppImplementation of Optimizer class
/home/renji/Data/projects/zenlang/sources/zbl/Optimizer.hpp [code]Class for optimizing AST
/home/renji/Data/projects/zenlang/sources/zbl/ParseContext.hpp [code]AST Factory
/home/renji/Data/projects/zenlang/sources/zbl/Parser.cppImplementation of main Parser class
/home/renji/Data/projects/zenlang/sources/zbl/Parser.hpp [code]Zen Parser class
/home/renji/Data/projects/zenlang/sources/zbl/pch.hpp [code]Primary pre-compiled header file
/home/renji/Data/projects/zenlang/sources/zbl/ProGen.cppImplements project file generator classes
/home/renji/Data/projects/zenlang/sources/zbl/ProGen.hpp [code]Implements project file generator classes
/home/renji/Data/projects/zenlang/sources/zbl/Project.cppClass for reading a project options into a project definition from command line
/home/renji/Data/projects/zenlang/sources/zbl/Project.hpp [code]Implements project definition load from project files and command line
/home/renji/Data/projects/zenlang/sources/zbl/ProjectReader.cppImplementation of class for reading a project file
/home/renji/Data/projects/zenlang/sources/zbl/ProjectReader.hpp [code]Class for reading a project file into a project definition
/home/renji/Data/projects/zenlang/sources/zbl/Scanner.hpp [code]All classes related to the input stream scanner for the parser
/home/renji/Data/projects/zenlang/sources/zbl/Token.hpp [code]Parse token class definition
/home/renji/Data/projects/zenlang/sources/zbl/zbl.cppZen base library implementation
/home/renji/Data/projects/zenlang/sources/zbl/zbl.hpp [code]Holds the definitions of all intrinsic Zen types
/home/renji/Data/projects/zenlang/sources/zbl/zrt.cppZen runtime classes implementation
/home/renji/Data/projects/zenlang/sources/zbl/zrt.hpp [code]Zen runtime classes
/home/renji/Data/projects/zenlang/sources/zbl/ztl.hpp [code]Zen template library
/home/renji/Data/projects/zenlang/sources/zcc/_pch.cppPrecompiled header's source file
/home/renji/Data/projects/zenlang/sources/zcc/_pch.hpp [code]Wrapper around precompiled header file
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines