added basic documentation/boilerplate up till ARC_Lexer for the standard library documentation
This commit is contained in:
parent
442f74b195
commit
7b5194dc05
15 changed files with 153 additions and 0 deletions
17
doc/pages/standard.md
Normal file
17
doc/pages/standard.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@page standard Standard Library
|
||||
|
||||
Archeus' standard library is a collection of basic datatypes that does not depend on any backends and is build by default as it is the core of the project. Each file is listed below with a brief description of what they do. Inside the file linked will be examples of each and a more in-depth explanation of what is happening.
|
||||
|
||||
- @subpage standard-array "ARC_Array"
|
||||
- @subpage standard-bool "ARC_Bool"
|
||||
- @subpage standard-chemical "ARC_Chemical"
|
||||
- @subpage standard-errno "ARC_Errno"
|
||||
- @subpage standard-hashtable "ARC_Hashtable"
|
||||
- @subpage standard-io "ARC_IO"
|
||||
- @subpage standard-lexer "ARC_Lexer"
|
||||
- @subpage standard-parser "ARC_Parser"
|
||||
- @subpage standard-queue "ARC_Queue"
|
||||
- @subpage standard-stack "ARC_Stack"
|
||||
- @subpage standard-string "ARC_String"
|
||||
- @subpage standard-time "ARC_Time"
|
||||
- @subpage standard-vector "ARC_Vector"
|
||||
Loading…
Add table
Add a link
Reference in a new issue