Fix book links.
This commit is contained in:
parent
2a7a648429
commit
5df2628eec
@ -66,7 +66,8 @@ For those who actually want their own language
|
||||
---------------------------------------------
|
||||
|
||||
* Use as a [DSL](https://rhai.rs/book/engine/dsl.html).
|
||||
* Restrict the language by surgically [disabling keywords and operators](https://rhai.rs/book/engine/disable.html).
|
||||
* Disable certain [language features](https://rhai.rs/book/engine/options.html#language-features) such as [looping](https://rhai.rs/book/engine/disable-looping.html).
|
||||
* Further restrict the language by surgically [disabling keywords and operators](https://rhai.rs/book/engine/disable-keywords.html).
|
||||
* Define [custom operators](https://rhai.rs/book/engine/custom-op.html).
|
||||
* Extend the language with [custom syntax](https://rhai.rs/book/engine/custom-syntax.html).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user