Welcome to the L₃ project, composed of an L₃ compiler, a virtual machine, a library and a few example programs. The directories are laid out as follows:
compilercontains the source code of the L₃ compiler,librarycontains the source code of the L₃ library,examplescontains a few example L₃ programs and benchmarks.
Most of these directories contain a README.md file with further information.