Leo 24557676a3 Fix typo in test descriptions 9 years ago
..
test 24557676a3 Fix typo in test descriptions 9 years ago
.merlin f9883977cb Update merlin 10 years ago
README.md d9b39203b3 Add general explanation of the way the program works 9 years ago
add_command.ml 42e132e79d Update list subcommand to new tmp file format 9 years ago
command_def.ml c0bcad2ba6 Merge branch 'dev' of gitlab.com:WzukW/oclaunch into dev 9 years ago
const.ml 22e1d55c37 Improve some comments 9 years ago
const.mli 5e0c32c7af Allow to use multiple tmp files 9 years ago
default.ml a252b4d2fd Merge branch 'cmd-parsing' into dev 9 years ago
edit_command.ml a252b4d2fd Merge branch 'cmd-parsing' into dev 9 years ago
exec_cmd.ml cd0ba5fbbb Status command working! 9 years ago
file_com.ml 980e5e7f7b Doubled entries are removed before writing rc file 9 years ago
licencing.ml fc6da6e384 Correct mistakes with the licence 9 years ago
list_rc.ml 20eed712b4 Code cleaning 9 years ago
lock.ml bd712c97c7 We need to lock back 9 years ago
lock.mli cd7fdc0c02 Limit wait time 9 years ago
messages.ml a252b4d2fd Merge branch 'cmd-parsing' into dev 9 years ago
messages.mli f2b50ccc38 Improve code clearity 9 years ago
oclaunch.ml 90090fc4da Improve exiting code clarity 9 years ago
remove_command.ml 42e132e79d Update list subcommand to new tmp file format 9 years ago
settings.atd 84bb69f931 Add command to display state 10 years ago
settings_j.ml 527d3e3b7f Correct .gitignore 10 years ago
settings_j.mli 527d3e3b7f Correct .gitignore 10 years ago
settings_t.ml 527d3e3b7f Correct .gitignore 10 years ago
settings_t.mli 527d3e3b7f Correct .gitignore 10 years ago
settings_v.ml 527d3e3b7f Correct .gitignore 10 years ago
settings_v.mli 527d3e3b7f Correct .gitignore 10 years ago
signals.ml f818b449ae Starting to add signal handling 9 years ago
signals.mli f818b449ae Starting to add signal handling 9 years ago
src_org.svg 09268679c1 Add source explanation, to help contributors 9 years ago
state.ml 9660dc0cdf Trying to fix state command, spy values around 9 years ago
tmp_biniou.atd 5e0c32c7af Allow to use multiple tmp files 9 years ago
tmp_biniou_b.ml 5e0c32c7af Allow to use multiple tmp files 9 years ago
tmp_biniou_b.mli 5e0c32c7af Allow to use multiple tmp files 9 years ago
tmp_biniou_t.ml 5e0c32c7af Allow to use multiple tmp files 9 years ago
tmp_biniou_t.mli 5e0c32c7af Allow to use multiple tmp files 9 years ago
tmp_biniou_v.ml 5e0c32c7af Allow to use multiple tmp files 9 years ago
tmp_biniou_v.mli 5e0c32c7af Allow to use multiple tmp files 9 years ago
tmp_file.ml a252b4d2fd Merge branch 'cmd-parsing' into dev 9 years ago
tmp_file.mli aef8393b0a NOT WORKING Add optional arguments for the reset command 9 years ago
tools.ml 94df67be38 Add spying function to print list, debugging purpose 9 years ago
tools.mli 94df67be38 Add spying function to print list, debugging purpose 9 years ago
unify.ml 980e5e7f7b Doubled entries are removed before writing rc file 9 years ago

README.md

Source organisation

Where to start

In order of execution, the first file to be read is oclaunch.ml. From this is called command line argument parsing (in command_def.ml). Then, all is organised in modules, i.e. one file grouping functions used for a given functionality.

Source organisation scheme

General work

The general idea is that we read the rc file, adapt it to tmp file and do what the user asked. It can be an editing on the rc file or a launching of the next command.

To Infinity and Beyond

To find your way in modules, read comments explaining the goal of it.
It's at the start of the file, just after the licence header.