Commit Graph

11 Commits

Author SHA1 Message Date
1274eeb400 Parser now uses new equal signs 2022-09-03 20:32:27 -04:00
bf2839508d Set phrase initiailzation values are now parsed correctly 2022-09-03 16:37:36 -04:00
c6428f6f8e Blocks under phrases are parsed according to phrase kind 2022-09-03 16:28:36 -04:00
ac548bf438 loc will be the referencing "operator" 2022-09-03 16:24:13 -04:00
48f72e614b parsePhraseCommand also generates a phrase kind value 2022-09-03 16:06:29 -04:00
977ecba78c The entirety of phrase command parsing is in one function
This function is also responsible for setting a kind attribute on
the phrase. This will make the semantic analyzer's job easier.
2022-09-03 15:49:47 -04:00
7bde082f36 Switch cases are parsed now 2022-09-03 15:38:57 -04:00
bcd44828dc Blocks under control flow phrases now parse
... except for switch cases. This will be added momentarily.
2022-09-03 15:22:18 -04:00
837b1c76a4 Parser is more restrictive of phrase commands 2022-09-03 13:19:47 -04:00
de7234f4d7 Parsing return direction works 2022-09-03 13:14:38 -04:00
0872eb51a1 Separated phrase parsing into its own file 2022-09-03 11:37:07 -04:00