special case numeric literals, and away we go!

This commit is contained in:
🪞👃🪞 2025-01-14 21:07:25 +01:00
parent 228b4bb47c
commit dc45edf7e0
7 changed files with 114 additions and 133 deletions

View file

@ -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.