Move parser generation code in to 'generate' module within CLI crate
This commit is contained in:
parent
4e29fe69df
commit
f059557a9d
28 changed files with 187 additions and 171 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
src_dir="src/runtime"
|
||||
src_dir="lib/src"
|
||||
|
||||
allocation_functions=(
|
||||
malloc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue