Skip to content

Emperor base library, minimal library to be included in all Emperor programs

License

Notifications You must be signed in to change notification settings

emperor-lang/base

Repository files navigation

Emperor Base Library

This is the Emperor base library, a minimal library to be included in all Emperor programs.

This differs from the standard library in that whereas most programs will rely on features of std, it is only functions which are present in this package, base, upon which the compiler may make assumptions.

This package provides:

  • Doubly-linked lists
  • Poison for C functions which pose a security threat
  • Basic I/O functions on C strings
  • A check to ensure that a favourable OS is being used to for compilation
  • Macros to mark function parameters as unused

About

Emperor base library, minimal library to be included in all Emperor programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published