Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 970 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 970 Bytes

baml 1.0.0 - C

baml ain't markup language

themispkg

installation

git clone https://github.com/themispkg/baml.git ; cd baml && sudo make install

usage:

/usr/bin/baml --bash ./example.baml

the output: image

baml file (example.baml):

test;
    -> deneme1
    -> deneme2
    -> 123

deneme123;
    -> tamam bu
    -> oldu

NOTE:

also you can change the ENTRY TOKEN and the HEADER TOKEN as you want
image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL3