Commit graph

22 commits

Author SHA1 Message Date
f76248b670 Fix line comments syntax
Don't write parsers after midnight kids.

For the explanation: I mixed up the syntax bits between Blueprint and
textual protocol buffers...
2024-04-08 08:41:25 +01:00
c5d3860a83 Release 0.1.1 2024-04-08 02:14:37 +01:00
e508ac4554 Add 'bump-version' script 2024-04-08 02:14:21 +01:00
2cb15e1b5f Add 'operator' aliases 2024-04-08 02:13:43 +01:00
32da7a37a6 Add binary expression 2024-04-08 02:12:22 +01:00
d61c050351 Release 0.1.0 2024-04-08 02:02:16 +01:00
f40f760a78 Add README 2024-04-08 02:00:45 +01:00
f9e4049ccd Add 'property' alias
It makes the syntax tree more readable.
2024-04-08 02:00:45 +01:00
67649085fe Add 'element' field name to list 2024-04-08 02:00:45 +01:00
c4d2cec062 Add 'property' field name where relevant 2024-04-08 02:00:45 +01:00
4c27f2578d Add modules 2024-04-08 02:00:45 +01:00
d78d9e83b1 Add 'soong_config_variable' selection 2024-04-08 02:00:45 +01:00
6b4b70172e Add 'select' expression
Except for 'soong_config_variable' which is not yet handled.
2024-04-08 02:00:45 +01:00
f378edc750 Add boolean literals 2024-04-08 02:00:45 +01:00
1d29c87f8c Add map expressions 2024-04-08 02:00:45 +01:00
6d4c0d6344 Add list expressions 2024-04-08 02:00:45 +01:00
7cb0f1ed38 Add string literals
Once again, taking the rules more or less straight from tree-sitter-go.
2024-04-08 02:00:45 +01:00
1e92f02aa5 Add negative integers 2024-04-08 02:00:45 +01:00
893d316aa0 Add comments 2024-04-08 02:00:45 +01:00
e1f87618f0 Add '+=' assignment 2024-04-08 02:00:45 +01:00
73a5d747ef Add assignment 2024-04-08 02:00:45 +01:00
78bfe7c1cf Bootstrap project 2024-04-07 22:18:34 +01:00