Basic arithmetic expression interpreter written in Go
Go
go-calculator
This repository contains a basic arithmetic expression interpreter written in Go. The goal is to improve my knowledge of Go and gain a better understanding of lexing and parsing techniques.