title | parent | weight |
---|---|---|
Hacking |
Developers-Corner.md |
3 |
Here, you'll find some information about hacking on and debugging AnyDSL.
Install the yComp graph viewer to visualize Thorin graphs:
./scripts/install_ycomp.sh <install_dir>
If you like Vim, you might also like:
./scripts/setup_vim_projects.sh
As mentioned by the script, put this in your ~.vimrc
in order to automatically set your make
variable in Vim:
if filereadable(".project.vim")
source .project.vim
endif
You might also like to symlink this into your ~/.vim/
directory:
ln -s anydsl/vim/ftdetect/* ~/.vim/ftdetect/.
ln -s anydsl/vim/syntax/* ~/.vim/syntax/.
This enables syntax highlighting for Impala and Thorin.
TODO
TODO
Setup this wiki with a git hook to automatically generate a table of contents:
./scripts/setup_wiki.sh
You need doctoc installed for this magic to work.
Setup web pages with:
./scripts/setup_web_pages.sh
Now you can bump the online doxygen help with:
./scripts/update_doxygen.sh (thorin | impala) [commit_sha1]
If you don't specify a commit hash, master
will be used.
This will create a local doxygen folder for thorin & impala.