chore(format): formatted the code
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
//// The Main function definitions
|
//// The Main function definitions
|
||||||
|
|
||||||
import luma/definition
|
|
||||||
import gleam/io
|
import gleam/io
|
||||||
import gleam/json
|
import gleam/json
|
||||||
|
import luma/definition
|
||||||
import luma/parser
|
import luma/parser
|
||||||
|
|
||||||
/// example main function that parses some text into json
|
/// example main function that parses some text into json
|
||||||
pub fn main() ->Nil{
|
pub fn main() -> Nil {
|
||||||
io.print("This is a debug function only used for testing")
|
io.print("This is a debug function only used for testing")
|
||||||
io.print(parse_to_json("!2 @3 important >1 quoted"))
|
io.print(parse_to_json("!2 @3 important >1 quoted"))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import luma/definition
|
|
||||||
import gleam/dict
|
import gleam/dict
|
||||||
import gleam/int
|
import gleam/int
|
||||||
import gleam/list
|
import gleam/list
|
||||||
import gleam/result
|
import gleam/result
|
||||||
import gleam/string
|
import gleam/string
|
||||||
|
import luma/definition
|
||||||
import luma/mode
|
import luma/mode
|
||||||
|
|
||||||
/// main parse function
|
/// main parse function
|
||||||
|
|||||||
Reference in New Issue
Block a user