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
- Host: GitHub
- URL: https://github.com/vit0rr/lexical_analysis
- Owner: vit0rr
- Created: 2024-11-27T20:50:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T15:10:22.000Z (12 months ago)
- Last Synced: 2025-01-27T06:29:37.483Z (10 months ago)
- Topics: functional-programming, lexer, lexical-analysis, ocaml
- Language: OCaml
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)