Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```