LordOfTrident / jesus.hh

A very helpful C++ STL replacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jesus.hh

A very helpful C++ STL replacement

License Issues GitHub pull requests


Table of contents

Introduction

Just a replacement library for the C++ STL built on top of libc that i decided to make for fun. Not intended to be used in serious projects.

Quickstart

Compile the example

$ make
$ ./bin/app

Milestones

  • Maybe class
  • A basic String and StringView class
  • Output streams
  • Error system (Error class, Panic)
  • Optimize and improve string classes
  • Extend string formatting
  • Variant class
  • ErrorOr
  • Dynamic array class

Bugs

If you find any bugs, please create an issue and report them.

Make

Run make all to see all the make rules.

About

A very helpful C++ STL replacement

License:GNU General Public License v3.0


Languages

Language:C++ 96.5%Language:Makefile 3.2%Language:Shell 0.3%