Commit graph

11 commits

Author SHA1 Message Date
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