Skip to content

Commit

Permalink
Split run_builtin_{method, command}
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Oct 30, 2022
1 parent 3e8cc45 commit 42704e9
Show file tree
Hide file tree
Showing 3 changed files with 1,621 additions and 1,595 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tests/compile_tests/* linguist-vendored
tests/parse_tests/* linguist-vendored
tests/run_tests/* linguist-vendored
js-example/* linguist-vendored
ERB/* linguist-vendored
6 changes: 5 additions & 1 deletion crates/erars-stdio/src/stdio_frontend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ use erars_ui::{ConsoleLinePart, FontStyle, InputRequest, InputRequestType, Virtu
use erars_vm::{
SaveList, SerializableGlobalVariableStorage, SerializableVariableStorage, SystemFunctions,
};
use std::{collections::VecDeque, io::{self, Write}, path::PathBuf};
use std::{
collections::VecDeque,
io::{self, Write},
path::PathBuf,
};

#[derive(Clone)]
pub struct StdioFrontend {
Expand Down
Loading

0 comments on commit 42704e9

Please sign in to comment.