Skip to content

raffifasaro/cpp-cli-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-cli-interpreter

Goal:

Simple command line based interpreter written in c++

Motivation:

This is a pure learning project, no AI, not too much internet help, mostly just suffering -> experimenting -> learning

Current progress:

Math eval:

First goal is to be able to eval simple math expressions with support for parentheses

  • Lexer working with rough token categories
  • Math parser working for fully‑parenthesized or operator‑separated positive expressions with no leading/trailing operators
  • Math evaluator working for all operators supported by parser for now

About

Simple command line based interpreter written in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors