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

https://github.com/vit0rr/lexical_analysis

Lexical analysis interpreter step in OCaml
https://github.com/vit0rr/lexical_analysis

functional-programming lexer lexical-analysis ocaml

Last synced: 5 months ago
JSON representation

Lexical analysis interpreter step in OCaml

Awesome Lists containing this project

README

          

## Lexical Analysis

Implementing the same lexical analysis from Writing an Interpreter in Go, but in OCaml. I did it to learn about functional programming.

#### Resources:
- [Writing an Interpreter in OCaml - Lexical Analysis](https://nthomas.org/2019-08-19-writing-an-interpreter-in-go-ocaml/)
- [Abstract data type](https://en.wikipedia.org/wiki/Abstract_data_type)