diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,18 +1,20 @@ <!-- Read Me of Nectar --> -# Nectar +# The Nectar System. + +## Status:  [](LICENSE) ## Structure: -- `src/CompilerKit` – Compiler Kit written in C++ +- `src/CompilerKit` – Compiler Kit written in C++. - `include/GenericsLibrary` – Nectar Generics Library. +- `include/CoreRuntimeKit` – Nectar Core Libraries. (C++/Nectar) - `include/ThirdParty` – Third Party Modules. -- `src/DebuggerKit` – Debugging Kit written in C++ -- `src/CommandLine/` – C/C++ Command Line Tools. - +- `src/DebuggerKit` – Debugging Kit written in C++. +- `src/CommandLine` – C/Nectar/C++ Command Line Tools. ## Requirements: |
