three-body

Programming language interpreter written in Rust for Three Body problem simulations.

brewmacoslinux
Try with needOr install directly
Source

About

三体编程语言 Three Body Language written in Rust

Commands

three-bodytb

Examples

run a three body language script file$ three-body script.tb
start interactive interpreter for three body code$ three-body
execute three body code from command line$ three-body -c "print('Hello')"
check syntax of three body script without running it$ three-body --check script.tb
display version and compiler information$ three-body --version