https://github.com/jisensee/charly
A stack-based code-golf language made for string processing.
https://github.com/jisensee/charly
Last synced: 8 months ago
JSON representation
A stack-based code-golf language made for string processing.
- Host: GitHub
- URL: https://github.com/jisensee/charly
- Owner: jisensee
- License: mit
- Created: 2016-03-12T22:39:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:37:38.000Z (about 3 years ago)
- Last Synced: 2024-08-03T01:29:10.611Z (over 1 year ago)
- Language: Reason
- Homepage:
- Size: 1010 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-list - charly - based code-golf language made for string processing. | jisensee | 5 | (Reason)
README
# Charly
A stack-based code-golf language made for string processing.
Work in progress, many functions to be implemented and to design.
Check out the [documentation](documentation/README.md)!
## Contribute
If you want to implement planned commands, having an idea about a new command
or want to add some new fancy feaueres, go ahead and create a pull-request.
However, make sure that all existing tests pass (shouldn't be an issue when only
adding new commands) and that the new feature is covered by tests.