mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fixes, command for sm parser, basic sm printer
This commit is contained in:
parent
6c19722d9e
commit
66ccf639c8
4 changed files with 123 additions and 3 deletions
|
|
@ -240,3 +240,5 @@ struct SMInstr {
|
|||
std::vector<SMInstr> parse_sm(std::istream &in);
|
||||
|
||||
std::optional<SMInstr> parse_sm(const std::string &line);
|
||||
|
||||
std::string print_sm(const SMInstr &instr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue