mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-14 21:35:02 +01:00
rewrite group opt
This commit is contained in:
parent
b535178cb8
commit
9924aa2037
5 changed files with 90 additions and 52 deletions
|
|
@ -13,6 +13,8 @@ pub mod codegen_interpreter;
|
|||
pub mod opts;
|
||||
pub mod parse;
|
||||
|
||||
type BumpVec<'a, T> = Vec<T, &'a Bump>;
|
||||
|
||||
pub enum UseProfile {
|
||||
Yes,
|
||||
No,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue