mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
A naive test of a function with a body failed because we were not actually looking for or accepting semicolons, but were generating them on printing a thing back out. Changed to require semicolons between statements. This logic may be wrong; for instance, if you have a trailing semicolon on a body, the String() method won't yield the original text exactly. |
||
|---|---|---|
| .. | ||
| ast.go | ||
| ast_test.go | ||
| astdatatype.go | ||
| parser.go | ||
| parser_test.go | ||
| scanner.go | ||
| scanner_test.go | ||
| token.go | ||
| token_test.go | ||
| walk.go | ||