Implement most of the spec reusing scribe & nefthera code
This commit is contained in:
parent
e8b489dd6f
commit
612a98cfde
16 changed files with 225 additions and 25 deletions
|
|
@ -1,4 +1,5 @@
|
|||
(executable
|
||||
(public_name tori)
|
||||
(name main)
|
||||
(libraries tori))
|
||||
(public_name tori)
|
||||
(name main)
|
||||
(libraries tori)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1 +1,6 @@
|
|||
let () = print_endline "Hello, OCaml!"
|
||||
let () =
|
||||
match Array.to_list Sys.argv with
|
||||
| _ :: tail ->
|
||||
let future = (Tori.Parsers.Argument.interpret Tori.Schema.seed tail) in
|
||||
if future.output.message <> "" then print_endline future.output.message
|
||||
| [] -> assert false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue