Skip to content

A simple OCaml interpreter that includes a lexer, parser, and evaluator for a basic language. The interpreter supports arithmetic operations, variable bindings, conditionals, and basic control flow. Designed for educational purposes to demonstrate the process of building an interpreter from scratch.

Notifications You must be signed in to change notification settings

sidrasali/Mini-OCaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-OCaml

A simple OCaml interpreter that includes a lexer, parser, and evaluator for a basic language. The interpreter supports arithmetic operations, variable bindings, conditionals, and basic control flow. Designed for educational purposes to demonstrate the process of building an interpreter from scratch.

About

A simple OCaml interpreter that includes a lexer, parser, and evaluator for a basic language. The interpreter supports arithmetic operations, variable bindings, conditionals, and basic control flow. Designed for educational purposes to demonstrate the process of building an interpreter from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages