| .. |
|
compiler2-001-hello-world.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-001-hello-world.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-002-hello-world-program.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-002-hello-world-program.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-003-print-global-var.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-003-print-global-var.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-004-if-is-true.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-004-if-is-true.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-005-if-is-false.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-005-if-is-false.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-006-if-else-first.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-006-if-else-first.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-007-if-else-second.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-007-if-else-second.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-008-if-elseif-first.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-008-if-elseif-first.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-009-if-elseif-second.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-009-if-elseif-second.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-010-if-elseif-neither.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-010-if-elseif-neither.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-011-if-elseif-else-first.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-011-if-elseif-else-first.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-012-if-elseif-else-second.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-012-if-elseif-else-second.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-013-if-elseif-else-third.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-013-if-elseif-else-third.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-014-print-local-var.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-014-print-local-var.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-015-local-vars-scoped.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-015-local-vars-scoped.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-016-function-call-no-params.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-016-function-call-no-params.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-017-function-call-single-parameter.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-017-function-call-single-parameter.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-018-function-call-multi-parameter.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-018-function-call-multi-parameter.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-019-function-call-single-default-param.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-019-function-call-single-default-param.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-020-function-return-value.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-020-function-return-value.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-021-const-simple.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-021-const-simple.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-022-integer-addition.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-022-integer-addition.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-023-const-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-023-const-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-024-const-of-const-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-024-const-of-const-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-025-if-is-true-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-025-if-is-true-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-026-if-is-false-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-026-if-is-false-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-027-if-else-first-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-027-if-else-first-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-028-if-else-second-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-028-if-else-second-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-029-if-elseif-first-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-029-if-elseif-first-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-030-if-elseif-second-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-030-if-elseif-second-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-031-if-elseif-neither-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-031-if-elseif-neither-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-032-if-elseif-else-first-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-032-if-elseif-else-first-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-033-if-elseif-else-second-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-033-if-elseif-else-second-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-034-if-elseif-else-third-optimized.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-034-if-elseif-else-third-optimized.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-035-while-is-false.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-035-while-is-false.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-036-assign-to-global-var.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-036-assign-to-global-var.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-037-while-single-pass.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-037-while-single-pass.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-038-while-loop-and-exit.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-038-while-loop-and-exit.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-039-test-equality.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-039-test-equality.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-040-early-exit-break.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-040-early-exit-break.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-041-break-clean-up-locals.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-041-break-clean-up-locals.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-042-while-continue-simple.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-042-while-continue-simple.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-043-while-break-labeled.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-043-while-break-labeled.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-044-integer-less-than-equal-to.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-044-integer-less-than-equal-to.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-045-integer-less-than.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-045-integer-less-than.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-046-integer-greater-than-equal-to.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-046-integer-greater-than-equal-to.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-047-integer-greater-than.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-047-integer-greater-than.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-048-case-integer-simple.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-048-case-integer-simple.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-049-global-var-declaration-multiple.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-049-global-var-declaration-multiple.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-050-case-with-labeled-while.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-050-case-with-labeled-while.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-051-case-with-labeled-while-after-statement.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-051-case-with-labeled-while-after-statement.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-052-case-with-selector-attached-to-loop.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-052-case-with-selector-attached-to-loop.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-053-array-initialization-braces.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-053-array-initialization-braces.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-054-foreach-basic.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-054-foreach-basic.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-055-do-while-basic.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-055-do-while-basic.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-056-dictionary-empty.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-056-dictionary-empty.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-057-dictionary-add-integer-key.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-057-dictionary-add-integer-key.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-058-assign-float.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-058-assign-float.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-059-dictionary-initializer-integers.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-059-dictionary-initializer-integers.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-060-struct-empty.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-060-struct-empty.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-061-struct-with-uninit-member.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-061-struct-with-uninit-member.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-062-assign-to-struct-member.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-062-assign-to-struct-member.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-063-struct-with-initialized-member.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-063-struct-with-initialized-member.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-064-get-struct-member.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-064-get-struct-member.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-065-get-struct-known-member.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-065-get-struct-known-member.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-066-error-empty.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-066-error-empty.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-067-error-with-initialized-member.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-067-error-with-initialized-member.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-068-repeat-until-simple.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-068-repeat-until-simple.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-070-substring.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-070-substring.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-071-exported-function.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-071-exported-function.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-072-negative-hex.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-072-negative-hex.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-073-integer-plusequals.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-073-integer-plusequals.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-074-negative-float.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-074-negative-float.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-075-modulus.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-075-modulus.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-076-struct-addmember.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-076-struct-addmember.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-077-struct-addmember-by-expression.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-077-struct-addmember-by-expression.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-078-program-after-globals.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-078-program-after-globals.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-079-double-optimization-addition.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-079-double-optimization-addition.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-080-string-optimization-concatenation.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-080-string-optimization-concatenation.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-081-call-known-method.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-081-call-known-method.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-082-ambiguity-addition.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-082-ambiguity-addition.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-083-declare-array-short.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-083-declare-array-short.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-084-replace-substring.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-084-replace-substring.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-085-unicode-characters.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-085-unicode-characters.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-086-tilde-integer.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-086-tilde-integer.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-087-pass-array-elem-byref.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-087-pass-array-elem-byref.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-088-local-variable-shadowing.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-088-local-variable-shadowing.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-089-optimizer-removes-unreferenced-functions.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-089-optimizer-removes-unreferenced-functions.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-090-basic-for-simple.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-090-basic-for-simple.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-091-optimize-increment-member-by-id.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-091-optimize-increment-member-by-id.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-092-member-pre-decrement.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-092-member-pre-decrement.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-093-predecrement.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-093-predecrement.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-094-funcref-assign-call.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-094-funcref-assign-call.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-095-funcref-with-params.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-095-funcref-with-params.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-096-assign-to-const.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-096-assign-to-const.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-097-modulefunc-register-order.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-097-modulefunc-register-order.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-098-embedded-quote.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-098-embedded-quote.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-099-chained-method-call.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-099-chained-method-call.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-101-case-group-with-empty-block.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-101-case-group-with-empty-block.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-102-plus-equal-in-argument.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-102-plus-equal-in-argument.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-103-navigation-by-string-literal.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-103-navigation-by-string-literal.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-104-exit.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-104-exit.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-105-module-function-og-parity.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-105-module-function-og-parity.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-106-exported-function.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-106-exported-function.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-107-lower-case-method-names.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-107-lower-case-method-names.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-108-enum-after-constant-silently-ignored.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-108-enum-after-constant-silently-ignored.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-109-double-enum-second-ignored.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-109-double-enum-second-ignored.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-110-return-assignment.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-110-return-assignment.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-111-program-no-func-conversions.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-111-program-no-func-conversions.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-112-foreach-expression-scope.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-112-foreach-expression-scope.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-113-basic-for-expression-scope.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-113-basic-for-expression-scope.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-114-case-extra-jump.out
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |
|
compiler2-114-case-extra-jump.src
|
Add compiler2/ tests (#214)
|
2020-08-13 15:26:09 +02:00 |