Packages 
Package Description
autumn.lang
This package contains fundamental pieces of the Autumn programming language itself.
autumn.lang.annotations
This package contains annotations that are used directly by programmers.
autumn.lang.compiler
Autumn Compiler and Related Utilities.
autumn.lang.compiler.ast.commons
Abstract-Syntax-Tree Shared Components and Abstractions
autumn.lang.compiler.ast.literals
This packages contains data-structures for representing literals, which may be malformed.
autumn.lang.compiler.ast.nodes  
autumn.lang.compiler.errors
This package contains the code needed to report compile-time errors.
autumn.lang.compiler.exceptions
This package contains exceptions that may be thrown during the compilation process.
autumn.lang.exceptions
This package contains exceptions that are thrown by Autumn programs at runtime.
autumn.lang.internals
(Low Level) This package contains code that is not needed by programmers, but is needed by programs.
autumn.lang.internals.annotations
(Low Level) This package contains special annotations that are not needed by programmers, but is needed by programs.
autumn.util
Common Utilities
autumn.util.functors
Common Functor Types
autumn.util.test
Unit Testing Framework
high.mackenzie.autumn
(Private) Entry-Point of Autumn
high.mackenzie.autumn.lang.compiler.args
(Private) Autumn's Command-Line Parser
high.mackenzie.autumn.lang.compiler.compilers
(Private) Autumn's Compiler.
high.mackenzie.autumn.lang.compiler.parser
(Private) Autumn's Parser
high.mackenzie.autumn.lang.compiler.pretty
(Private) Pretty Printer
high.mackenzie.autumn.lang.compiler.typesystem
(Private) This package is a concrete implementation of Autumn's type-system.
high.mackenzie.autumn.lang.compiler.typesystem.design
(Private) This package contains the design of the Autumn programming language's type-system.
high.mackenzie.autumn.lang.compiler.utils
(Private) Internal Compiler Utilities.
high.mackenzie.autumn.resources
(Private) This is a place to put miscellaneous things needed by the compiler.
high.mackenzie.autumn.resources.dev
(Private) This is just a place to put code that I do not want to delete yet.
high.mackenzie.autumn.util
(Private) This package contains code needed to implement the standard library.
high.mackenzie.autumn.util.json
(Private - For Future Use) JSON
high.mackenzie.autumn.util.json.parser
(Private - For Future Use) JSON Parser