root/trunk/ProjectFortress/static_tests/syntax_abstraction

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3645 [3645] 7 months jmaessen [libraries, demos] Replace emptyList[\T\]() by <|[\T\] |> throughout, …
(edit) @3553 [3553] 8 months sukyoungryu [syntactic abstraction] Fixed hygienic renaming. Added the LetCC example.
(edit) @3550 [3550] 9 months sukyoungryu [copyright] Fixed the copyright notices.
(edit) @3546 [3546] 9 months jmaessen Changed Executable api to have no arguments; program arguments are now …
(edit) @3433 [3433] 9 months sukyoungryu [syntactic abstraction] Added a more generalized DoFront? syntax in the …
(edit) @3431 [3431] 9 months sukyoungryu [syntactic abstraction] Added the filter expressions syntax in the 'for …
(edit) @3423 [3423] 9 months sukyoungryu [syntactic abstraction] Fixed hygiene for local function declarations. …
(edit) @3412 [3412] 10 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @3405 [3405] 10 months sukyoungryu [syntactic abstraction] Made the 'for loops' example describes a valid …
(edit) @3401 [3401] 10 months sukyoungryu [syntactic abstraction] Made the 'for loops' example identical to the …
(edit) @3399 [3399] 10 months sukyoungryu [syntactic abstraction] Implemented hygiene for Accumulator.
(edit) @3395 [3395] 10 months sukyoungryu [syntactic abstraction] Added test files for Ticket #324. Fixed recursive …
(edit) @3394 [3394] 10 months sukyoungryu [tests] Fixed the GeneratorClause? test.
(edit) @3337 [3337] 10 months sukyoungryu [syntactic abstraction] Cleaning up more code.
(edit) @3335 [3335] 10 months sukyoungryu [syntactic abstraction] Reverted accidental changes.
(edit) @3334 [3334] 10 months jdn [Bug] List comprehensions does not respect asif
(edit) @3331 [3331] 10 months sukyoungryu [syntactic abstraction] Eliminated some obsolete code.
(edit) @3329 [3329] 10 months sukyoungryu [syntactic abstraction] Cleaning up.
(edit) @3328 [3328] 10 months sukyoungryu [syntactic abstraction] Added the regexp example to the nightly builds.
(edit) @3327 [3327] 10 months sukyoungryu [syntactic abstraction] Added the xml example to the nightly builds.
(edit) @3325 [3325] 10 months sukyoungryu [syntactic abstraction] Fixing the XML example (work in progress).
(edit) @3319 [3319] 10 months sukyoungryu [syntactic abstraction] Added some syntactic abstraction tests back to the …
(edit) @3237 [3237] 11 months jmaessen [libraries, tests] Replace toString by asString throughout.
(edit) @3077 [3077] 12 months sukyoungryu [ast] Merged FnDecl? and FnDef? to FnDecl?.
(edit) @3056 [3056] 13 months black converted many toString() methods to asString getters
(edit) @2958 [2958] 13 months sukyoungryu [syntax abstraction] Cleaning up test files.
(edit) @2957 [2957] 13 months sukyoungryu [syntax abstraction] Cleaning up the syntax abstraction tests.
(edit) @2907 [2907] 14 months jon [syntax] hygiene for if clause
(edit) @2905 [2905] 14 months jon [syntax] hygiene for while loops
(edit) @2891 [2891] 14 months jon [syntax] actually update syntax environment for recently added cases. …
(edit) @2889 [2889] 14 months jon [syntax] rename catch variable
(edit) @2888 [2888] 14 months jon [syntax] rename typecase variables. add test for hygienic typecase
(edit) @2883 [2883] 14 months sukyoungryu [tests] Small fixes.
(edit) @2881 [2881] 14 months jon [tests] add a test for multiple labels
(edit) @2861 [2861] 14 months jon [tests] fix syntax errors in syntax abstraction tests
(edit) @2860 [2860] 14 months jon [copyright] add copyrights
(edit) @2858 [2858] 14 months jon [tests] add syntax test that fails due to a lack of hygiene
(edit) @2788 [2788] 15 months jon [tests] use new syntax for macro definition
(edit) @2771 [2771] 15 months ryanc [syntax abstraction] removed ast type from extension syntax added …
(edit) @2748 [2748] 15 months ryanc [syntax abstraction] fixed warnings (dead imports, dead code, etc) …
(edit) @2729 [2729] 15 months ryanc [syntax] cleaned up preparser, indexes, exceptions, and tests - …
(edit) @2586 [2586] 16 months jon [syntax] fix tests to use new => syntax
(edit) @2585 [2585] 16 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @2581 [2581] 16 months jon [merge] svn merge -r2557:HEAD …
(edit) @2562 [2562] 16 months sukyoungryu [desugarer] Cleaned up the visitor for the closure conversion. …
(edit) @2554 [2554] 16 months jon [unparser] fix the unparser for some syntax tests and new nodes
(edit) @2553 [2553] 16 months jon [merge] svn merge -r2487:HEAD …
(edit) @2490 [2490] 16 months jon [tool] ignore XXXwrongName in the unparser tests
(edit) @2450 [2450] 16 months jon [syntax] merge syntax branch to trunk. add support for nonterminal with …
(edit) @2371 [2371] 16 months jon [tests] remove another syntax test
(edit) @2369 [2369] 16 months jon [tests] move tests that use syntax transformer expressions to the old …
(edit) @2367 [2367] 16 months EricAllen More extensions to automatic getter/setter generator. Modifications to …
(edit) @2278 [2278] 17 months jdn [Syntax] Automatic generatation of template gap nodes. This involved …
(edit) @2252 [2252] 17 months jon [syntax] rename passing tests
(edit) @2250 [2250] 17 months jon [syntax] rename api and component names to match filenames
(edit) @2183 [2183] 17 months jdn [Syntax] changed so much I forgot why…
(edit) @2181 [2181] 17 months dr2chase [parser, environment] fixed bug with imported var/type names conflicting …
(edit) @2136 [2136] 17 months jon [syntax] replace field val with in_text
(edit) @2124 [2124] 17 months jon [syntax] explain why LooseJuxt? was renamed to LooseJuxt?1
(edit) @2123 [2123] 17 months jon [syntax] Copy generated FortressAst?.fsi to Library/ directory. Fixed up …
(edit) @2110 [2110] 17 months jdn [Syntax] Added the XML example to SyntaxAbstractionJUTestAll
(edit) @2095 [2095] 17 months jdn [Syntax] New testcase
(edit) @2091 [2091] 17 months jdn [Syntax] Fixed testsyntax, renamed some files to indicate that they return …
(edit) @2090 [2090] 17 months jdn [Syntax] Typecheck of gap arguments. Handling of special symbols like TAB, …
(edit) @2075 [2075] 17 months jdn [Syntax] Propagated errors messages as far as I can take them, but they …
(edit) @2074 [2074] 17 months jdn [Syntax] Implemented Templatechecker which checks that the number and …
(edit) @2056 [2056] 17 months jon [regex] use CONTAINS and IN to test a strings presence in a regex set
(edit) @2029 [2029] 17 months jon [repository] use a graph-based repository that discovers dependancies in …
(edit) @1990 [1990] 17 months jon [regex] #{} escapes to normal fortress expressions
(edit) @1985 [1985] 17 months jon [xml] rename Xml2 to Xml
(edit) @1974 [1974] 18 months jon [sql] start of sql syntax
(edit) @1968 [1968] 18 months jon [regex] two more tests
(edit) @1966 [1966] 18 months jon [regex] add a test file
(edit) @1964 [1964] 18 months jon [regex] add a regex matching primitive to the library and hook it up to …
(edit) @1960 [1960] 18 months jon [regex] add non-greedy matchers, |, and some extra characters
(edit) @1959 [1959] 18 months jon [regex] handle escaped characters
(edit) @1955 [1955] 18 months jdn [Syntax] removed ~ file
(edit) @1954 [1954] 18 months jdn [Syntax] Template checker, check number of formal and actual args match, …
(edit) @1951 [1951] 18 months jon [regex] add more modifiers, but using LiteralExpr? instead of …
(edit) @1946 [1946] 18 months jon [regex] parse basic regex expressions
(edit) @1939 [1939] 18 months jon [syntax] fix multiple cdata elements
(edit) @1938 [1938] 18 months jon [syntax] handle method invocation in the pretty printer
(edit) @1936 [1936] 18 months jon [syntax] add char literal to the pretty printer. [xml] support CDATA
(edit) @1934 [1934] 18 months jdn [Syntax] Added test for multiple grammars with same name
(edit) @1933 [1933] 18 months jdn [Syntax] More tests
(edit) @1932 [1932] 18 months jdn [Syntax] more tests
(edit) @1931 [1931] 18 months jdn [Syntax] More tests
(edit) @1930 [1930] 18 months jdn [Syntax] Removed ~ files
(edit) @1929 [1929] 18 months jdn [Syntax] Test clean up, added some tests
(edit) @1922 [1922] 18 months jdn [Syntax] Added typestory example
(edit) @1921 [1921] 18 months jdn [Syntax] Added typestory example
(edit) @1916 [1916] 18 months jon [syntax] And and Not are on the top of the symbol AST parse tree. small …
(edit) @1901 [1901] 18 months jdn [Comprehension] example for desugaring
(edit) @1900 [1900] 18 months jdn [Comprehension] example for desugaring
(edit) @1899 [1899] 18 months jdn [Syntax]
(edit) @1898 [1898] 18 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @1892 [1892] 18 months jon [xml+regex] clean up examples
(edit) @1891 [1891] 18 months jon [xml] use groups instead of an extra non-terminal
(edit) @1889 [1889] 18 months jon [merge] merged the syntax branch -r1752:1883 to trunk
(edit) @1850 [1850] 18 months jdn [Syntax] Fixed bug in TemplateVarRewriter?. It is now sensitive to strings.
Note: See TracRevisionLog for help on using the revision log.