Commit Graph
81 Commits
Author SHA1 Message Date
ldXiao 7d8986099b evaluation 2021-04-15 10:29:43 -04:00
ldXiao 708eeb510a pa2grade 2021-04-11 13:32:23 -04:00
Sanjar Ahmadov ffba0838d7 Updated good.py and added other ast.typed files 2021-04-04 12:16:13 +04:00
Sanjar Ahmadov e9bd20a8bb Added good.py.ast.typed 2021-04-04 11:58:57 +04:00
Sanjar 7d3f526e96 Merge pull request #4 from nyu-compiler-construction/bill/worklog_debugging_finished
Finished
2021-04-04 11:47:01 +04:00
sunyinqi0508 9bf0c359ee Merge branch 'master' into bill/worklog_debugging_finished 2021-04-03 14:11:08 +08:00
sunyinqi0508 f1c13749a8 Merge pull request #5 from nyu-compiler-construction/sanjar/testing
Added student test cases
2021-04-03 14:06:36 +08:00
bill f2aed13f69 finished 2021-04-03 14:03:16 +08:00
Sanjar Ahmadov dddb026b51 Added student test cases 2021-04-03 08:14:15 +04:00
sunyinqi0508 21e91b62ce Update DeclarationAnalyzer.java 2021-04-03 03:31:27 +08:00
bill c86e536fe3 Final bug fixes.
Worklog.
Added test diff.py demonstrating the differences between the reference compiler.
2021-04-03 02:54:25 +08:00
sunyinqi0508 617dbdd3b5 Merge pull request #3 from nyu-compiler-construction/sanjar/testing
Sanjar/testing
2021-04-03 02:33:13 +08:00
sunyinqi0508 7595700930 Merge pull request #2 from nyu-compiler-construction/bill/typecheck_debug
Bill/typecheck debug
2021-04-03 02:31:43 +08:00
sunyinqi0508 a4419d0625 Merge pull request #1 from nyu-compiler-construction/apoorva/semantic
Added semantic check for duplicate local variable declaration
2021-04-03 02:31:28 +08:00
ar6496 ec9d922729 Update WORKLOG.md 2021-04-02 11:38:14 +05:30
Apoorva Ranade 1c43d3ca91 Fixed return type error 2021-04-01 20:50:08 +05:30
Apoorva Ranade 8244f37463 Fixed return type errors 2021-04-01 19:34:08 +05:30
Apoorva Ranade 31201bcf33 Fixed nonlocal declaration errors 2021-04-01 16:50:13 +05:30
Sanjar Ahmadov e47bc2df75 Added bad_* tests which are failing to pass 2021-03-23 22:09:18 -04:00
Sanjar Ahmadov 64e82a191e Added all the test cases from PA1 for good.py for validation purposes. 2021-03-23 21:56:53 -04:00
Sanjar Ahmadov 9e29fdf770 Added test scripts 2021-03-23 20:37:05 -04:00
Sanjar Ahmadov 5bcf48ffe4 Cleanup 2021-03-23 19:47:45 -04:00
Sanjar Ahmadov 9bbe3956bc Merged in PA1 2021-03-23 19:24:50 -04:00
sunyinqi0508 ae3ef07c97 Update FuncType.java 2021-03-23 20:12:15 +08:00
bill 8cbc495c57 Type Checker finished
Bug fixes (passed 59/59 tests)
2021-03-22 06:24:16 +08:00
ar6496 20f733aadf Create WORKLOG.md 2021-03-17 19:40:39 +05:30
Apoorva Ranade 84b1c679b9 Progress on class def node analyzer 2021-03-13 16:03:23 +05:30
sunyinqi0508 a11ef7f7d9 Merge pull request #3 from ldXiao/pa1grade
grade
2021-03-13 17:53:29 +08:00
ldXiao 9446453747 disclose hiden tests 2021-03-12 09:39:57 -05:00
ldXiao 044a8a2efd grade 2021-03-10 19:34:07 -05:00
Apoorva Ranade 79be979e13 Added class analyze method 2021-03-09 16:33:48 +05:30
Apoorva Ranade 92e6688289 Added semantic check for duplicate local variable declaration 2021-03-07 15:35:34 +05:30
github-classroom[bot] b758a071dc Initial commit 2021-03-03 14:08:57 +00:00
bill 1efee5e539 Fixed precedence on '-'. Passed additional tests. Comments on bad.py. Updated worklog. 2021-03-01 17:54:09 +08:00
Sanjar Ahmadov 440b2e59f3 Merge branch 'master' of https://github.com/nyu-compiler-construction/pa1-chocopy-parser-mjolnir 2021-02-26 09:42:20 -05:00
Sanjar Ahmadov 776e6001fd Update styles 2021-02-26 09:42:15 -05:00
ar6496 e3bc6a32da Update WORKLOG.md 2021-02-26 20:04:13 +05:30
ar6496 016e8c76b8 Update WORKLOG.md 2021-02-26 20:03:53 +05:30
ar6496 2bba267990 Update WORKLOG.md 2021-02-26 20:02:24 +05:30
sunyinqi0508 75f4646161 Update WORKLOG.md 2021-02-26 22:20:51 +08:00
sunyinqi0508 c011c1b819 Update WORKLOG.md 2021-02-26 22:20:27 +08:00
ar6496 b95bc53e66 Update WORKLOG.md 2021-02-26 19:47:01 +05:30
Sanjar c8f40451c0 Update WORKLOG.md 2021-02-26 09:15:40 -05:00
ar6496 a80842e656 Update WORKLOG.md 2021-02-26 19:44:37 +05:30
sunyinqi0508 b81176b759 Merge pull request #2 from nyu-compiler-construction/bill/merge-flex-cup
Bill/merge flex cup
2021-02-26 22:04:47 +08:00
Sanjar Ahmadov 8869a01c09 Merge branch 'bill/merge-flex-cup' of https://github.com/nyu-compiler-construction/pa1-chocopy-parser-mjolnir into bill/merge-flex-cup 2021-02-26 08:47:03 -05:00
Sanjar Ahmadov 7688ac7a8d Merged with master and resolved conflicts 2021-02-26 08:46:48 -05:00
Apoorva Ranade d7a9aab8a4 Working tests 2021-02-26 19:14:42 +05:30
Apoorva Ranade 0a0b308dcc Modifying Tests 2021-02-26 19:10:23 +05:30
ar6496 9f6d969d2d Update WORKLOG.md 2021-02-24 18:59:14 +05:30