Skip to content

Commit

Permalink
continue toying around
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jun 8, 2020
1 parent a999c45 commit 92e33b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions processor/parser/lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ import (
// http://web.eecs.utk.edu/~azh/blog/teenytinycompiler1.html
// https://ruslanspivak.com/lsbasi-part1/


// https://www.aaronraff.dev/blog/how-to-write-a-lexer-in-go

// This is for the parser
type Expr struct {
Op string
Expand Down

0 comments on commit 92e33b2

Please sign in to comment.