Artur Zgodziñski
|
f2c860704e
|
Print a custom attribute's positional arguments.
|
15 years ago |
Artur Zgodziñski
|
5dfed88da7
|
Removed redundant int base type of enum.
|
15 years ago |
Artur Zgodziñski
|
8bd4e5dad0
|
Basic output of custom attributes attached to types and methods.
|
15 years ago |
Artur Zgodziñski
|
9a1d759f97
|
Modifications of solution and project files made by VS2010.
|
15 years ago |
Daniel Grunwald
|
695138d373
|
Add visitor support to pattern nodes (IPatternAstVisitor). Add pattern support to output visitor (makes debugging easier if you can print out patterns)
|
15 years ago |
Daniel Grunwald
|
38faf8415d
|
Add support for 'any' operator and fix a bug in pattern matching.
|
15 years ago |
Daniel Grunwald
|
eeb4ea5aff
|
Add simple backtracking support to pattern matching.
|
15 years ago |
Daniel Grunwald
|
e6c0091ba2
|
Implement pattern matching for statements.
|
15 years ago |
David Srbecký
|
93cc19d575
|
Determine loop condition from CFG
|
15 years ago |
Daniel Grunwald
|
23190aa19c
|
NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes.
|
15 years ago |
Daniel Grunwald
|
379063a5d8
|
OutputVisitor bugfix: show return type for custom events.
|
15 years ago |
Daniel Grunwald
|
bce988124a
|
Add some improvements to pattern matching.
|
15 years ago |
Daniel Grunwald
|
f5e89bfd3c
|
Add Choice pattern.
|
15 years ago |
Daniel Grunwald
|
84a5ace4aa
|
OutputVisitor: allow writing constructor declarations without writing their parent type declaration.
|
15 years ago |
Daniel Grunwald
|
13c64178db
|
Add some documentation comments.
|
15 years ago |
Daniel Grunwald
|
7e03cf8b16
|
Fix output of using statement when the resource acquisition is a VariableDeclarationStatement.
|
15 years ago |
Daniel Grunwald
|
9d5390cdbf
|
Add pattern matching support to the NRefactory C# AST.
|
15 years ago |
Daniel Grunwald
|
1af927c426
|
Fix lambda expression output bug.
|
15 years ago |
Daniel Grunwald
|
904b05fe5e
|
NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead.
|
15 years ago |
Daniel Grunwald
|
0fa2fd6d99
|
Fix missing dot in namespace declarations.
|
15 years ago |
Daniel Grunwald
|
8641726762
|
Escape surrogates in string literals.
|
15 years ago |
Daniel Grunwald
|
f1ce3e926f
|
Fix order of modifiers.
|
15 years ago |
David Srbecký
|
cd9efb5678
|
Fixed infinite loop in AstComparer
|
15 years ago |
Daniel Grunwald
|
b28b9a3ac4
|
NRefactory Output Visitor: Fix loops.
|
15 years ago |
Daniel Grunwald
|
8db1fe252f
|
Enforce space in output visitor when printing "ptr & &v".
|
15 years ago |
Mike Krüger
|
9b5fdd94f7
|
fixed endlocation bug.
|
15 years ago |
Mike Krüger
|
16baa75795
|
Corrected astvisitor interface naming.
|
15 years ago |
Mike Krüger
|
e0a6909916
|
added more bugfixes.
|
15 years ago |
Mike Krüger
|
31113d214e
|
fixed switch section.
|
15 years ago |
Mike Krüger
|
daccb3a8d8
|
Fixed parser bug.
|
15 years ago |
Mike Krüger
|
59da5a28db
|
Worked on type parsing.
|
15 years ago |
Mike Krüger
|
65d688a65d
|
Added some missing token properties.
|
15 years ago |
Mike Krüger
|
83a7d2fcc0
|
Splitted the goto statement cases:Â GotoStatement, GotoCaseStatement,
GotoDefaultStatement.
|
15 years ago |
Mike Krüger
|
ecc17721fd
|
Added YieldBreakStatement.
|
15 years ago |
Mike Krüger
|
915a122bf0
|
Added some comments.
|
15 years ago |
Mike Krüger
|
b8cf7d35c3
|
Splitted while &Â do while statements.
|
15 years ago |
Daniel Grunwald
|
b6c562e9c3
|
Fix some formatting issues with the C# output visitor.
|
15 years ago |
Daniel Grunwald
|
48d8ac5602
|
Fixed detection of 'sealed' method modifier.
|
15 years ago |
Daniel Grunwald
|
dc6daa165b
|
Fixed output of enum members and the "const" modifier.
|
15 years ago |
Daniel Grunwald
|
6e47f5342f
|
Add missing newline after property declarations.
|
15 years ago |
Daniel Grunwald
|
a33009d98b
|
Add hyperlink support to decompiler.
|
15 years ago |
Daniel Grunwald
|
43625b4c85
|
Initial port to new NRefactory.
|
15 years ago |
Daniel Grunwald
|
ec42611f0e
|
Escape contextual keywords within query expressions.
|
15 years ago |
Daniel Grunwald
|
7ba4e0be83
|
Add parenthesis around query expressions within type tests "(from a in b select c) is D"
|
15 years ago |
Daniel Grunwald
|
73129820f8
|
Bugfixes for InsertParenthesesVisitor and OutputVisitor.
|
15 years ago |
Daniel Grunwald
|
afd96503fe
|
Add query expressions to AST and output visitor.
|
15 years ago |
Daniel Grunwald
|
880d23b163
|
Bug fixes in OutputVisitor.
|
15 years ago |
Daniel Grunwald
|
594a637ce6
|
Enable automatic removal when replacing a node with its own descendant.
|
15 years ago |
Daniel Grunwald
|
57522bf091
|
Enable automatic removal when replacing a node with its own descendant.
|
15 years ago |
Daniel Grunwald
|
a20e80a09c
|
Add tests for InsertParenthesesVisitor.
|
15 years ago |