Skip to content

Ingnaryk/CES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CES

A simple C++ wrapper for part of ECMAScript data structures and async grammar.

The purpose for this repository

  • Better comprehension of data structures.
  • To absorb modern grammer skills and thoughts
  • To learn new C++(11~20) featrues like decltype, std::variant, std::initializer_list, std::fucntion, std::optional, std::reference_wrapper, variadic templates and so on.

How to build

make all or mingw32-make all or cmake -B build && cmake --build build

About

A simple C++ wrapper for part of ECMAScript data structures and async grammar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors