rhai/tools/README.md

10 lines
522 B
Markdown
Raw Normal View History

2023-03-15 10:22:11 +01:00
Build Tools
===========
2023-04-12 06:09:14 +02:00
This directory contains input files for various build tools required for building Rhai.
| File | Build tool | Description |
| -------------- | :---------: | ------------------------------------------------------------------ |
| `keywords.txt` | GNU `gperf` | Input file for the tokenizer – keywords recognition. |
| `reserved.txt` | GNU `gperf` | Input file for the tokenizer – reserved symbols recognition. |