diff options
Diffstat (limited to 'graphics/asymptote/keywords.h')
-rw-r--r-- | graphics/asymptote/keywords.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/graphics/asymptote/keywords.h b/graphics/asymptote/keywords.h new file mode 100644 index 0000000000..53db9ed6ec --- /dev/null +++ b/graphics/asymptote/keywords.h @@ -0,0 +1,48 @@ +/***** + * This file is automatically generated by keywords.py. + * Changes will be overwritten. + *****/ + +ADD(and); +ADD(controls); +ADD(tension); +ADD(atleast); +ADD(curl); +ADD(if); +ADD(else); +ADD(while); +ADD(for); +ADD(do); +ADD(return); +ADD(break); +ADD(continue); +ADD(struct); +ADD(typedef); +ADD(using); +ADD(new); +ADD(access); +ADD(import); +ADD(unravel); +ADD(from); +ADD(include); +ADD(quote); +ADD(static); +ADD(autounravel); +ADD(public); +ADD(private); +ADD(restricted); +ADD(this); +ADD(explicit); +ADD(true); +ADD(false); +ADD(null); +ADD(cycle); +ADD(newframe); +ADD(operator); +ADD(quit); +ADD(q); +ADD(exit); +ADD(reset); +ADD(erase); +ADD(help); +ADD(input); |