Skip to content

alessandro90/bytecode_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple bytecode calculator

A simple bytecode calculator. Can be used with an input file as

cargo run --release path/to/mathematical_expression

or as a repl:

cargo run --release

>> 1 + cos(2.3) * sqrt(2e-1)

TODOS

  • custom opcode for 16 and 32 bit numbers
  • Allow to modify the previous expression visible when tipying prev.

About

Simple bytecode calculator in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors