root/trunk/ProjectFortress/syntax_abstraction_tests @ 3799

Name Size Rev Age Last Change
../
not_yet_passing 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
sql 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
transformer 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
Case.fsi 1.1 KB 2771 15 months ryanc: [syntax abstraction] removed ast type from extension syntax added …
Case.fss 0.8 KB 2562 16 months sukyoungryu: [desugarer] Cleaned up the visitor for the closure conversion. …
CaseUse.fss 0.8 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
Catch.fsi 1.3 KB 3799 6 months EricAllen: Added more testing of parametric traits. Added more testing of syntactic …
Catch.fss 0.8 KB 2889 14 months jon: [syntax] rename catch variable
CatchUse2.fss 0.9 KB 3799 6 months EricAllen: Added more testing of parametric traits. Added more testing of syntactic …
CatchUse.fss 0.8 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
DoubleCase.fsi 1.2 KB 2771 15 months ryanc: [syntax abstraction] removed ast type from extension syntax added …
DoubleCase.fss 0.8 KB 2562 16 months sukyoungryu: [desugarer] Cleaned up the visitor for the closure conversion. …
DoubleCaseUse.fss 0.9 KB 3799 6 months EricAllen: Added more testing of parametric traits. Added more testing of syntactic …
For.fsi 1.8 KB 3433 9 months sukyoungryu: [syntactic abstraction] Added a more generalized DoFront? syntax in the …
For.fss 0.8 KB 3401 10 months sukyoungryu: [syntactic abstraction] Made the 'for loops' example identical to the …
ForUse.fss 1.5 KB 3799 6 months EricAllen: Added more testing of parametric traits. Added more testing of syntactic …
GeneratorClause.fsi 2.4 KB 3412 10 months sukyoungryu: [copyright] Fixed copyright notices.
GeneratorClause.fss 0.8 KB 2891 14 months jon: [syntax] actually update syntax environment for recently added cases. …
GeneratorClauseUse.fss 1.1 KB 3546 9 months jmaessen: Changed Executable api to have no arguments; program arguments are now …
GrammarComposition.fsi 2.0 KB 2771 15 months ryanc: [syntax abstraction] removed ast type from extension syntax added …
GrammarComposition.fss 0.8 KB 2771 15 months ryanc: [syntax abstraction] removed ast type from extension syntax added …
GrammarCompositionUseA.fss 1.0 KB 3799 6 months EricAllen: Added more testing of parametric traits. Added more testing of syntactic …
GrammarCompositionUseB.fss 1.0 KB 2771 15 months ryanc: [syntax abstraction] removed ast type from extension syntax added …
GrammarCompositionUseC.fss 1.0 KB 2771 15 months ryanc: [syntax abstraction] removed ast type from extension syntax added …
GrammarCompositionUseD.fss 0.9 KB 2771 15 months ryanc: [syntax abstraction] removed ast type from extension syntax added …
ImportApiEmptyApiWhichImportsNonEmptyApiUse.fss 0.9 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
ImportEmptyApiWhichImportsNonEmptyApiEmpty.fsi 0.9 KB 1929 18 months jdn: [Syntax] Test clean up, added some tests
ImportEmptyApiWhichImportsNonEmptyApiEmpty.fss 0.8 KB 1929 18 months jdn: [Syntax] Test clean up, added some tests
ImportEmptyApiWhichImportsNonEmptyApiNonEmpty.fsi 0.9 KB 1929 18 months jdn: [Syntax] Test clean up, added some tests
ImportEmptyApiWhichImportsNonEmptyApiNonEmpty.fss 0.9 KB 1929 18 months jdn: [Syntax] Test clean up, added some tests
ImportEmptyApiWhichImportsNonEmptyApiUse.fss 0.9 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
KeywordNotId.fsi 1.0 KB 2861 14 months jon: [tests] fix syntax errors in syntax abstraction tests
KeywordNotId.fss 0.8 KB 2748 15 months ryanc: [syntax abstraction] fixed warnings (dead imports, dead code, etc) …
Label.fsi 1.3 KB 2883 14 months sukyoungryu: [tests] Small fixes.
Label.fss 0.8 KB 2883 14 months sukyoungryu: [tests] Small fixes.
LabelUse.fss 0.8 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
LetCC.fsi 1.0 KB 3553 8 months sukyoungryu: [syntactic abstraction] Fixed hygienic renaming. Added the LetCC example.
LetCC.fss 0.8 KB 3553 8 months sukyoungryu: [syntactic abstraction] Fixed hygienic renaming. Added the LetCC example.
LetCCUse.fss 1.0 KB 3799 6 months EricAllen: Added more testing of parametric traits. Added more testing of syntactic …
LocalFn.fsi 1.2 KB 3423 9 months sukyoungryu: [syntactic abstraction] Fixed hygiene for local function declarations. …
LocalFn.fss 0.8 KB 3395 10 months sukyoungryu: [syntactic abstraction] Added test files for Ticket #324. Fixed recursive …
LocalFnUse.fss 0.9 KB 3799 6 months EricAllen: Added more testing of parametric traits. Added more testing of syntactic …
Or.fsi 1.3 KB 2858 14 months jon: [tests] add syntax test that fails due to a lack of hygiene
Or.fss 0.8 KB 2860 14 months jon: [copyright] add copyrights
OrUse.fss 0.9 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
Regex.fsi 5.0 KB 3329 10 months sukyoungryu: [syntactic abstraction] Cleaning up.
Regex.fss 3.2 KB 3329 10 months sukyoungryu: [syntactic abstraction] Cleaning up.
RegexUse1.fss 2.4 KB 3546 9 months jmaessen: Changed Executable api to have no arguments; program arguments are now …
RegexUse2.fss 1.6 KB 3546 9 months jmaessen: Changed Executable api to have no arguments; program arguments are now …
SXXGrammarExtendsNonExistingGrammar.fsi 0.8 KB 2075 17 months jdn: [Syntax] Propagated errors messages as far as I can take them, but they …
SXXGrammarExtendsNonExistingGrammar.fss 0.8 KB 2075 17 months jdn: [Syntax] Propagated errors messages as far as I can take them, but they …
SXXGrammarExtendsNonExistingGrammarUse.fss 0.9 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
SXXKeywordNotIdUse.fss 0.9 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
SXXSyntaxGrammarImports.fsi 1.0 KB 2729 15 months ryanc: [syntax] cleaned up preparser, indexes, exceptions, and tests - …
SXXSyntaxGrammarImports.fss 0.8 KB 2729 15 months ryanc: [syntax] cleaned up preparser, indexes, exceptions, and tests - …
SXXSyntaxGrammarImportsUse.fss 0.9 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
SyntaxNodes.fsi 2.1 KB 2771 15 months ryanc: [syntax abstraction] removed ast type from extension syntax added …
SyntaxNodes.fss 0.8 KB 1760 18 months sukyoungryu: [copyright] Fixed copyright notices.
SyntaxNodesUse.fss 1.3 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
Typecase.fsi 1.3 KB 2891 14 months jon: [syntax] actually update syntax environment for recently added cases. …
Typecase.fss 0.8 KB 2888 14 months jon: [syntax] rename typecase variables. add test for hygienic typecase
TypecaseUse.fss 0.9 KB 3550 9 months sukyoungryu: [copyright] Fixed the copyright notices.
Xml.fsi 4.2 KB 3335 10 months sukyoungryu: [syntactic abstraction] Reverted accidental changes.
Xml.fss 2.4 KB 3645 7 months jmaessen: [libraries, demos] Replace emptyList[\T\]() by <|[\T\] |> throughout, …
XmlUse.fss 3.2 KB 3546 9 months jmaessen: Changed Executable api to have no arguments; program arguments are now …
Note: See TracBrowser for help on using the browser.