-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Shaye Garg edited this page Sep 29, 2021
·
6 revisions
Welcome to the behave guide!
Here you're going to learn how to use behave
in your projects, and hopefully, these docs make sense.
Start by learning how to create a project.
behavec
works like most other compilers out there, with one really cool feature - it does not need any sort of dependencies or installation.
Simply put the executable wherever you want, and it'll JustWorkTM.
To compile, invoke the compiler as behavec --output <OUTPUT> <FILE>
or behavec <FILE> -o <OUTPUT>
, or any other command-line combinations you wish.
-
FILE
: This is the path to the main file of yourbehave
project. -
OUTPUT
: This is the path to the output file. This will most probably bemodels/<some_xml_file>.xml
.