curriculum design and test Clion VCS
Stars
2
Forks
0
Watchers
2
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
Add function definition and calling translation; revise offset to right
64f5a5bView on GitHubAdd type transformation for assignment and operation: precision loss warning, bool to int: insert Qs, unfitness exception;
d7d22c0View on GitHubCheck type of master of member operator; add global variable delacration, initialization and structure definition; control function name different with global variable
47ee521View on GitHubAdd loop jump; add member fit check; add array index check, range and type
68d1ddfView on GitHubAdd variable declaration in structure definition; add member operator in raw grammar, but without qua...; improved location of wrong expression error
a1b70caView on GitHubAdd Quarternary generation of for_loop, while_loop, if, [], < <= > >= == !=, and =; revise print_qs to adapt to nullptr; solved problem: qua... at first place of right, so far so good
b81f607View on GitHubAdd function declaration check; main is a keyword; add struct definition and declaration check, add part of synbl filling; banned qua... at first place of right symbols
857b7aeView on GitHubAdd synbl return; add declaration check; add anonymous function name generation: if, for, while; revise some fatal bugs
d77a05cView on GitHubAdd declaration translate, add redeclaration check; remove qua... from firsts and follows; add some memory delete to accelerate; figure out fatal error: why can't I name string "qua_declare_array"!!!
9679438View on GitHubAdd function definition and calling; revise print_Qs(); add new_synbl in tables' initialization; revise grammar slightly, remove void before function definition, so far so good
d2dc5e8View on GitHubfinish symbol table initially; revise Token type; add qua., so far so good
eab9c6aView on GitHub