Skip to content
/ seal Public

A small REPL with a simple syntax to experiment with Rust.

License

Notifications You must be signed in to change notification settings

jwren0/seal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seal

A small REPL with a simple syntax to experiment with Rust.

Examples

Basic operations

> 1 + 2
3
> 1 - 2
-1
> 1 / 2
0
> 0 + (1 * 2)
2

Declaring and using variables

> x = 1
1
> y = 3*(x + 2)
9

About

A small REPL with a simple syntax to experiment with Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages