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
- Host: GitHub
- URL: https://github.com/kormanowsky/cjstr
- Owner: kormanowsky
- Created: 2024-07-27T17:16:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T23:36:34.000Z (about 2 years ago)
- Last Synced: 2025-03-22T22:42:41.787Z (over 1 year ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```