Skip to content

[WIP] This is my monkey programming language project written in Rust

License

Notifications You must be signed in to change notification settings

danimal141/monkey-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey programming language CircleCI

This is my monkey programming language project inspired by Writing An Interpreter In Go.

    _ツ)_
   _/   \_
  (/ /⌒⌒\∧)
  |((● ●))|
  人∧ || / 人
  /  ( ‥ ) ∧
 |  ヽ二二ノ  |
 ∧ \   / ∧
 ( \ \ / / )
 \へ\ミ)(ミ/へ/
  (ミ  ̄)( ̄ ミ)

Dependencies

  • Docker

How to develop

Build / Run

  • bin/run-container cargo build
  • bin/run-container cargo run

Lint

  • bin/run-container cargo clippy --

If you want the build to fail when encountering warnings, please use bin/run-container cargo clippy -- -D warnings.

Format

  • bin/run-container cargo fmt -- --check

Test

  • bin/run-container cargo test

About

[WIP] This is my monkey programming language project written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published