#lang grego
é uma linguagem feita em racket baseada na linguagem `stacker que vemos em "Beautiful Racket" (https://beautifulracket.com/stacker/the-reader.html)
parser.rkt: O parser principal onde fica o alfabeto
grego.rkt: Aqui fica o reader
example.rkt: Aqui tem alguns exemplos de uso
#lang grego
is a language made in Racket based on the stacker
language that we see in "Beautiful Racket" (https://beautifulracket.com/stacker/the-reader.html)
parser.rkt: The main parser where the alphabet is located
grego.rkt: This is where the reader is located
example.rkt: Here are some examples on how to use it