~/go/src/monkey > go run main.go
>> let five = 5;
{Type:LET Literal:let}
{Type:IDENTIFIER Literal:five}
{Type:= Literal:=}
{Type:INT Literal:5}
{Type:; Literal:;}
>> 1 == 1
{Type:INT Literal:1}
{Type:== Literal:==}
{Type:INT Literal:1}
-
Notifications
You must be signed in to change notification settings - Fork 0
kevsersrca/monkey
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
From the Writing an Interpreter in Go - created for learning purposes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published