write a little simply typed functional language to practice Rust
Stars
15
Forks
0
Watchers
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
99
commits
unit testing: fix symbol
a4a0add
check: move Symbol to a single file
945aa0f
CLI: fix file input
f56749f
AST: redefine 'Instance'
3088651
type checker: fix missing checking of new instances
2e0364b
type checker: fix 'Symbol::from_instance'
8ae4428
type checker: add more restrict on binds & fix missing of popping stack
9bbf4c5
*: replace typename with 'Self' in impl block
3b44fa0
CLI: improve code input (no more typing EOF)
bfb2fa6
CLI: improve code
6fa303b
CLI: replace clap with structopt
dc6e91a
CLI: add function 'interactive_loop'
34002b9
CLI: add function 'analysis_file'
bd0aa90
for all: format code via 'cargo fmt'
4c1f87d
example: rename '.preprocess.ichigo' -> '.ascii.ichigo'
06955d5