mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
dsl: exp -> expr, sym -> word
This commit is contained in:
parent
cf253c28f9
commit
ddd162f225
8 changed files with 330 additions and 325 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::*;
|
||||
use std::{sync::Arc, collections::BTreeMap, path::{Path, PathBuf}, fs::{exists, read_to_string}};
|
||||
use std::{sync::Arc, collections::BTreeMap, path::PathBuf};
|
||||
/// A collection of input bindings.
|
||||
///
|
||||
/// Each contained layer defines a mapping from input event to command invocation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue