@@ -44,18 +44,34 @@ And then run `ninja` **speedy**.
44
44
45
45
## Usage
46
46
47
+ ` ajnin ` : Convert ` *.ajnin ` into ` *.ninja `
47
48
```
48
- Usage: ajnin [-h|--help] [-q|--quiet] [-C <chdir>] [-d|--debug] [-o <output>]
49
- [-s|--slice <regex>]... [-S|--solo <regex>]... [--bare]
50
- [<input>]
49
+ Usage: ajnin [-h|--help] [-q|--quiet] [-C <chdir>] [-d|--debug] [-o <output>]
50
+ [-s|--slice <regex>]... [-S|--solo <regex>]... [--bare]
51
+ [<input>]
51
52
Note: -s and -S implies --bare, which cannot be override
53
+ ```
52
54
53
- Usage: an [-h|--help] [-q|--quiet] [-C <chdir>] [-o <build.ninja>]
54
- [-s|--slice <regex>]... [-S|--solo <regex>]... [--bare]
55
- [-f <build.ajnin>] [<ninja command line arguments>]...
55
+ ` an ` : Convert ` *.ajnin ` into ` *.ninja ` and execute
56
+ ```
57
+ Usage: an [-h|--help] [-q|--quiet] [-C <chdir>] [-o <build.ninja>]
58
+ [-s|--slice <regex>]... [-S|--solo <regex>]... [--bare]
59
+ [-f <build.ajnin>] [<ninja command line arguments>]...
56
60
Note: -s and -S implies -o '', but can be override
57
61
```
58
62
63
+ ` sanity ` : Convert one ` *.ajnin ` into multiple ` *.ninja ` s
64
+ ```
65
+ Usage: sanity [-h|--help] [-q|--quiet] [-C <chdir>]
66
+ [-s|--slice <regex>]... [-S|--solo <regex>]...
67
+ [-f <build.ajnin>] [-o <sanity.d>]
68
+ [-j <parallelism>] [<regex>]...
69
+ ```
70
+
71
+ ## ajnin Language Reference
72
+
73
+ Checkout ` tests/*.ajnin ` . You are on your own. Good luck.
74
+
59
75
## Legal
60
76
61
77
This project is licensed under ** GNU AGPL v3.0** only. (AGPL-3.0-only).
0 commit comments