Skip to content

Rustでラムダ計算のインタプリタをやっていきたみ

Notifications You must be signed in to change notification settings

elipmoc/RustLambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使い方

cargo runで起動

ラムダ計算の文字列を入力する

例:

(λa.a) k と打つと簡約されて、kが表示される

関数の適応は必ずスペースを一つ入れること!

a a

=>OK

aa

=> Error! これではaaという識別子だと勘違いされてしまう

About

Rustでラムダ計算のインタプリタをやっていきたみ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages