mirror of
https://github.com/artegoser/ONLang
synced 2024-11-05 20:43:57 +03:00
Update interpreter.rs
This commit is contained in:
parent
cad4ec224b
commit
d2ecdfc997
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ pub struct Interpreter {
|
|||
}
|
||||
|
||||
impl Interpreter {
|
||||
pub fn new(input: String) -> Interpreter {
|
||||
Interpreter {
|
||||
pub fn new(input: String) -> Self {
|
||||
Self {
|
||||
input,
|
||||
vars: HashMap::new(),
|
||||
pos: 1,
|
||||
|
|
Loading…
Reference in a new issue