Primarily, this moves front_end/ and back_end/ into compiler/, and
breaks up public/.
Top level directories are now:
compiler/ -- All compiler source code
runtime/ -- Runtime libraries
doc/ -- Documentation
testdata/ -- Test .embs and related files
integration/ -- Support for using Emboss with other tools
Additionally, there are:
embossc -- Standalone driver for the compiler
build_defs.bzl -- Bazel emboss_cc_library macro
README.md -- 1-pager that shows inline on github.com/google/emboss/
... plus some miscellaneous files that are required to be at the
repository root.
Primarily, this moves front_end/ and back_end/ into compiler/, and breaks up public/.
Top level directories are now:
compiler/ -- All compiler source code runtime/ -- Runtime libraries doc/ -- Documentation testdata/ -- Test .embs and related files integration/ -- Support for using Emboss with other tools
Additionally, there are:
embossc -- Standalone driver for the compiler build_defs.bzl -- Bazel emboss_cc_library macro README.md -- 1-pager that shows inline on github.com/google/emboss/
... plus some miscellaneous files that are required to be at the repository root.