working parsing of json and stub for parsing commands
This commit is contained in:
commit
51ec473ee6
7 changed files with 229 additions and 0 deletions
11
src/main.odin
Normal file
11
src/main.odin
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package main
|
||||
|
||||
import "core:log"
|
||||
|
||||
main :: proc() {
|
||||
context.logger = log.create_console_logger()
|
||||
|
||||
parse_commands()
|
||||
targets := parse_config("./odin_runner.json")
|
||||
log.debug(targets)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue