mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-14 05:07:20 +00:00
Some checks failed
Build and test GAM / build (Win64, build, 9, VC-WIN64A, windows-2022) (push) Waiting to run
Build and test GAM / build (aarch64, build, 3, linux-aarch64, [self-hosted linux arm64]) (push) Waiting to run
Build and test GAM / build (aarch64, build, 5, linux-aarch64, [self-hosted linux arm64], yes) (push) Waiting to run
Build and test GAM / build (aarch64, build, 7, darwin64-arm64, macos-14) (push) Waiting to run
Build and test GAM / build (x86_64, build, 1, linux-x86_64, ubuntu-22.04) (push) Waiting to run
Build and test GAM / build (x86_64, build, 2, linux-x86_64, ubuntu-20.04) (push) Waiting to run
Build and test GAM / build (x86_64, build, 4, linux-x86_64, ubuntu-20.04, yes) (push) Waiting to run
Build and test GAM / build (x86_64, build, 6, darwin64-x86_64, macos-13) (push) Waiting to run
Build and test GAM / build (x86_64, test, 10, ubuntu-22.04, 3.13) (push) Waiting to run
Build and test GAM / build (x86_64, test, 11, ubuntu-22.04, 3.9) (push) Waiting to run
Build and test GAM / build (x86_64, test, 12, ubuntu-22.04, 3.10) (push) Waiting to run
Build and test GAM / build (x86_64, test, 8, ubuntu-22.04, 3.11) (push) Waiting to run
Build and test GAM / merge (push) Blocked by required conditions
Build and test GAM / publish (push) Blocked by required conditions
Check for Google Root CA Updates / check-apis (push) Waiting to run
CodeQL / Analyze (python) (push) Has been cancelled
32 lines
862 B
Markdown
32 lines
862 B
Markdown
# Syntax
|
|
|
|
## BNF Syntax
|
|
This Wiki describes the GAM7 command line syntax in modified BNF.
|
|
* https://en.wikipedia.org/wiki/Backus-Naur_Form
|
|
|
|
Skip the History section and start reading at Introduction.
|
|
|
|
Items on the command line are space separated, when an actual space character is required, it will be indicated by ```<Space>```.
|
|
If an item contains spaces, it should be surrounded by ".
|
|
|
|
Metasyntactic symbols
|
|
```
|
|
[] optional item
|
|
() group items
|
|
* item may appear zero or more times
|
|
+ item may appear one or more times
|
|
| separates alternative items
|
|
```
|
|
## Items
|
|
- [Basic](Basic-Items)
|
|
- [Lists](List-Items)
|
|
|
|
## Collections
|
|
- [ChromeOS Devices](Collections-of-ChromeOS-Devices)
|
|
- [Users](Collections-of-Users)
|
|
- [Items](Collections-of-Items)
|
|
- [Verify Collections](List)
|
|
|
|
## Python Regular Expressions
|
|
- [Python Regular Expressions](Python-Regular-Expressions)
|