Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 355 Bytes

libnekoxx

A tiny implementation of libc++.

This project is started as a try to implement a tiny libc++ which could run painlessly on limited devices, and later considered as a chance to practice C++ and algorithms by me.

NOTE: This project may not be suitable for serious scenarios

Useful Links