- Switched back to custom window management, taking another stab
- Refactored lang yet again, `fennec/lang` is now C++ language. `fennec/string` `fennec/filesystem` and `fennec/format` are now independent.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* [Introduction](#introduction)
|
||||
* [Definitions](#definitions)
|
||||
* [Libraries](#libraries)
|
||||
* [C++ Language Library](./CPP_LANGUAGE.md#c-language-library-langcpp)
|
||||
* [C++ Language Library](./CPP_LANGUAGE.md#c-language-library-lang)
|
||||
* [Platform Support Library](./PLATFORM_SUPPORT.md#platform-support-library-platform)
|
||||
<!-- TOC -->
|
||||
|
||||
@@ -71,7 +71,7 @@ denote implementation and testing progress. The symbols are defined below.
|
||||
|
||||
|
||||
## Libraries
|
||||
- [C++ Language Library](./CPP_LANGUAGE.md#c-language-library-langcpp)
|
||||
- [C++ Language Library](./CPP_LANGUAGE.md#c-language-library-lang)
|
||||
- [Platform Support Library](./PLATFORM_SUPPORT.md#platform-support-library-platform)
|
||||
- [Memory Library](./MEMORY.md#memory-library-memory)
|
||||
- [Containers Library](./CONTAINERS.md#containers-library-containers)
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
|
||||
<!-- I release these notes into the public domain -->
|
||||
|
||||
# C++ Language Library (`langcpp`)
|
||||
# C++ Language Library (`lang`)
|
||||
|
||||
## Table of Contents
|
||||
|
||||
<!-- TOC -->
|
||||
* [Home](./CONTENTS.md#planning-documentation-for-fennec)
|
||||
* [C++ Language Library](#c-language-library-langcpp)
|
||||
* [C++ Language Library](#c-language-library-lang)
|
||||
* [Table of Contents](#table-of-contents)
|
||||
* [Introduction](#introduction)
|
||||
* [Implementation](#implementation)
|
||||
|
||||
Reference in New Issue
Block a user