cleaner build system and string module

This commit is contained in:
2022-01-05 17:51:48 +11:00
committed by aaron-jack-manning
parent de837bbf3b
commit 0fb7333add
10 changed files with 169 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
open FromStdlib
open FromStdlib open Exposed
let ( + ) a b = stdlib_plus_float a b
let ( - ) a b = stdlib_minus_float a b