archeus/doc/pages/standard.md

911 B

@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"