Show More
Commit Description:
Add very basic visitor simulation....
Commit Description:
Add very basic visitor simulation. Simulate visitors as a direct linear function of trees. This is very simplistic and looks simplistic (it's pretty easy to see visitors are always 1/10 of the trees).
File last commit:
Show/Diff file:
Action:
FNA/.editorconfig
6 lines | 139 B | text/plain | TextLexer
# EditorConfig is awesome: https://EditorConfig.org
[*.cs]
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true