style: scanner not lexer
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
package lambda
|
|
||||||
|
|
||||||
import "fmt"
|
|
||||||
|
|
||||||
// Application -> (x x)
|
|
||||||
// Abstraction -> \x.y
|
|
||||||
// Variable -> x
|
|
||||||
func Parse(code string) (Expression, error) {
|
|
||||||
return nil, fmt.Errorf("not implemented")
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user