Itamar
dcdb0c7035
LibCpp: Support non-field class members
...
Previously, we had a special ASTNode for class members,
"MemberDeclaration", which only represented fields.
This commit removes MemberDeclaration and instead uses regular
Declaration nodes for representing the members of a class.
This means that we can now also parse methods, inner-classes, and other
declarations that appear inside of a class.
2021-06-09 22:26:46 +02:00
..
2021-05-26 17:39:13 +04:30
2021-06-06 00:27:30 +04:30
2021-05-26 17:39:13 +04:30
2021-05-23 09:53:55 +02:00
2021-06-09 22:26:46 +02:00
2021-04-22 11:22:27 +02:00
2021-06-04 19:29:22 +02:00
2021-04-22 11:22:27 +02:00
2021-05-10 12:43:34 +02:00
2021-04-23 16:46:57 +02:00
2021-04-22 11:22:27 +02:00
2021-05-12 11:00:45 +01:00
2021-05-08 22:17:50 +02:00
2021-06-02 23:15:52 +01:00
2021-05-02 22:49:25 +02:00
2021-04-23 16:46:57 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-06-08 19:14:24 +02:00
2021-05-22 18:54:22 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-05-23 09:53:55 +02:00
2021-05-23 09:53:55 +02:00
2021-06-02 23:15:52 +01:00
2021-04-22 11:22:27 +02:00
2021-06-02 23:15:52 +01:00
2021-05-21 22:53:33 +01:00
2021-05-21 22:53:33 +01:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-06-02 23:15:52 +01:00
2021-04-23 16:46:57 +02:00
2021-06-02 23:15:52 +01:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00