Temporal Wave C# Parser


Paste or type your C# code into the box below and submit it for parsing. The parser will immediately report the time taken to lex, parse, produce and then walk an AST. It will also produce a dot specification and render this into a png img, which will be displayed below. The production of a png file can take some time for larger input. This task is not a function of the parser however, it is just performed so that you can visualize the parsing results, which is otherwise difficult.

You may submit any C# 3.x code, including # directives, LINQ etc