Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vit0rr/ocamllex-findout
Generate JSON tokens using Ocamllex
https://github.com/vit0rr/ocamllex-findout
json lexer ocaml ocamllex
Last synced: about 2 months ago
JSON representation
Generate JSON tokens using Ocamllex
- Host: GitHub
- URL: https://github.com/vit0rr/ocamllex-findout
- Owner: vit0rr
- Created: 2024-12-08T19:47:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T19:52:37.000Z (about 2 months ago)
- Last Synced: 2024-12-08T20:30:44.730Z (about 2 months ago)
- Topics: json, lexer, ocaml, ocamllex
- Language: OCaml
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Findind out Ocamllex
Just a simple project to learn how to use ocamllex and generate tokens from a JSON string.
## How to run
Run the tests to see the tokens generated from a JSON string.
```bash
dune test
```## How to generate the lexer
```bash
ocamllex lib/lexer/lexer.mll
```