mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
special case numeric literals, and away we go!
This commit is contained in:
parent
228b4bb47c
commit
dc45edf7e0
7 changed files with 114 additions and 133 deletions
|
|
@ -4,10 +4,7 @@
|
|||
mod input; pub use self::input::*;
|
||||
mod command; pub use self::command::*;
|
||||
mod event_map; pub use self::event_map::*;
|
||||
|
||||
mod edn_command; pub use self::edn_command::*;
|
||||
mod edn_input; pub use self::edn_input::*;
|
||||
mod edn_keymap; pub use self::edn_keymap::*;
|
||||
mod edn_input; pub use self::edn_input::*;
|
||||
|
||||
pub(crate) use ::tek_edn::EdnItem;
|
||||
/// Standard error trait.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue