This website requires JavaScript.
Explore
Help
Register
Sign In
fspl
/
arf
Archived
Watch
1
Star
1
Fork
0
You've already forked arf
Code
Issues
7
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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
History
Sasha Koshka
37a216a53d
Fixed enum parsing
...
I think I did anyways. It wont parse either way becasue I haven't implemented lists.
2022-09-27 17:36:39 -04:00
..
accessors.go
More tree changes
2022-09-27 14:17:03 -04:00
argument.go
…
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_test.go
Fixed some errors that cropped up in the data section test
2022-09-17 11:50:27 -04:00
data.go
wow it hangs
2022-09-16 12:16:23 -04:00
default-values.go
Lobbotomized the codebase
2022-09-13 16:31:08 -04:00
enum_test.go
Updated enum correct test case
2022-09-27 17:05:13 -04:00
enum.go
Fixed enum parsing
2022-09-27 17:36:39 -04:00
face.go
Removed many cringe pass-by-references
2022-09-04 19:55:47 -04:00
func_test.go
Fixed func ToString and test case
2022-09-17 12:22:17 -04:00
func.go
Removed FuncOutput from the tree
2022-09-17 12:12:04 -04:00
meta_test.go
Fixed meta test
2022-09-17 12:31:23 -04:00
meta.go
Syntax tree now stores map of require names -> full paths
2022-09-07 17:12:46 -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
Fixed the hanging thing
2022-09-16 12:27:13 -04:00
phrase.go
Operators can no longer be arguments
2022-09-27 14:48:05 -04:00
skim_test.go
Function output default values are skimmed over
2022-09-05 15:13:27 -04:00
test-common.go
Moved testing utilities to its own package
2022-09-17 13:39:29 -04:00
tree-tostring.go
Fixed enum parsing
2022-09-27 17:36:39 -04:00
tree.go
tree-tostring is free of compiler errors
2022-09-27 16:13:02 -04:00
type_test.go
Fixed TypeMember.ToString
2022-09-16 22:54:26 -04:00
type-notation.go
Updated enum correct test case
2022-09-27 17:05:13 -04:00
type.go
Lobbotomized the codebase
2022-09-13 16:31:08 -04:00