An open API service indexing awesome lists of open source software.

https://github.com/kormanowsky/cjstr

A fun project to implement ES2023 String in C23
https://github.com/kormanowsky/cjstr

Last synced: 3 months ago
JSON representation

A fun project to implement ES2023 String in C23

Awesome Lists containing this project

README

          

# CJStr

A fun project to implement ES2023 String in C23.

ES2023 standard: https://tc39.es/ecma262/2023/#sec-text-processing

Run client:
```bash
node ./src/js/cjstr_client.js
```