MoonlightSentinel / mir-core

Base software building blocks: Algebraic types (aka sumtype/tagged union/variant), universal reflection API, basic math, and more.

Home Page:http://mir-core.libmir.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Mir Core

Base software building blocks: Algebraic types (aka sumtype/tagged union/variant), universal reflection API, basic math, and more.

Code Constraints

  1. generic code only
  2. no runtime dependency : betterC compatible when compiled with LDC in release mode. Exceptions: @nogc mir.exception.
  3. no complex algorithms

About

Base software building blocks: Algebraic types (aka sumtype/tagged union/variant), universal reflection API, basic math, and more.

http://mir-core.libmir.org

License:Other


Languages

Language:D 98.7%Language:Makefile 0.7%Language:Meson 0.5%Language:Shell 0.1%