cclang/doc/ast_rules.txt

7 lines
131 B
Plaintext
Raw Normal View History

2020-09-17 19:33:52 +02:00
lib main {
2020-05-24 17:56:15 +02:00
2020-09-17 19:33:52 +02:00
<public> class test {
2020-05-24 17:56:15 +02:00
2020-09-17 19:33:52 +02:00
<public> func test(): void {
2020-05-24 17:56:15 +02:00
2020-09-17 19:33:52 +02:00
<public> var: bool <= test <<Bool, String, Num, Any, Instance>> >;