This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/parser
Sasha Koshka c7e6c9299a Removed runes from the test case 2022-10-04 17:13:08 -04:00
..
accessors.go Analyzer now understands type section default values 2022-09-30 00:04:28 -04:00
argument.go Removed runes from parser 2022-10-04 17:07:31 -04:00
body.go Removed object sections from body 2022-09-13 11:10:42 -04:00
cache.go Parse -> Fetch, now tries to hit cache 2022-09-05 13:31:38 -04:00
data.go Untested type section parsing yay 2022-09-29 02:01:31 -04:00
data_test.go Made data test cases consistent with eachother 2022-09-27 18:46:17 -04:00
default-values.go Lobbotomized the codebase 2022-09-13 16:31:08 -04:00
enum.go Fixed enum parsing 2022-09-27 17:36:39 -04:00
enum_test.go Fixed enum test case to match ToString 2022-09-27 18:23:23 -04:00
face.go Face test is now passed 2022-09-29 15:52:14 -04:00
face_test.go Interfaces get parsed properly (i think) 2022-09-29 15:45:25 -04:00
func.go Func section tostrings and parses output values properly 2022-09-29 11:02:37 -04:00
func_test.go Removed runes from the test case 2022-10-04 17:13:08 -04:00
list.go Implemented list parsing 2022-09-27 18:03:27 -04:00
meta.go Syntax tree now stores map of require names -> full paths 2022-09-07 17:12:46 -04:00
meta_test.go Removed runes from the test case 2022-10-04 17:13:08 -04:00
misc.go Fixed bug with identifier parsing 2022-09-17 02:07:50 -04:00
node-traits.go Values are now properly referred to as arguments 2022-09-27 14:26:02 -04:00
parser.go Pass skim test 2022-09-29 11:15:58 -04:00
phrase.go Removed let phrases 2022-09-29 02:37:14 -04:00
skim_test.go Pass skim test 2022-09-29 11:15:58 -04:00
test-common.go Moved testing utilities to its own package 2022-09-17 13:39:29 -04:00
tree-tostring.go Removed runes from the test case 2022-10-04 17:13:08 -04:00
tree.go Removed runes from parser 2022-10-04 17:07:31 -04:00
type-notation.go parseType sets the type kind in all cases 2022-09-29 02:04:44 -04:00
type.go Iterator actually advances now 2022-09-29 17:34:51 -04:00
type_test.go Removed runes from the test case 2022-10-04 17:13:08 -04:00