Difference between revisions of "Research project notes"
Jump to navigation
Jump to search
(Created page with "== refactoring == *[http://en.wikipedia.org/wiki/Code_refactoring Code refactoring on wikipedia] *[http://www.refactoring.com/ Fowler's website ("refactoring home")] == python C...") |
m (5 revisions) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 10: | Line 10: | ||
*[http://www.builderau.com.au/program/python/soa/Extending-Vim-with-Python/0,2000064084,339283181,00.htm Extending Vim with Python] | *[http://www.builderau.com.au/program/python/soa/Extending-Vim-with-Python/0,2000064084,339283181,00.htm Extending Vim with Python] | ||
*[http://vimdoc.sourceforge.net/htmldoc/if_pyth.html Documentation for VIM's Python module] | *[http://vimdoc.sourceforge.net/htmldoc/if_pyth.html Documentation for VIM's Python module] | ||
+ | *[http://brainacle.com/how-to-write-vim-plugins-with-python.html Examples of argument passing] | ||
+ | *[https://www.ibm.com/developerworks/aix/library/au-vimplugin/ Some information about syntax highlighting and Perl interface] | ||
+ | *[http://vimdoc.sourceforge.net/htmldoc/usr_41.html Vimscrip documentation] | ||
+ | |||
+ | == Sources == | ||
+ | * Fowler, Martin - Refaktoring - Zlepšení existujícího kódu, Grada 2003 | ||
+ | * Melichar, Bořivoj - Jazyky a překlady | ||
+ | * Melichar, Bořivoj - Konstrukce překladačů |
Latest revision as of 21:52, 4 January 2013
refactoring
python C parsing
interfacing VIM
- Extending Vim with Python
- Documentation for VIM's Python module
- Examples of argument passing
- Some information about syntax highlighting and Perl interface
- Vimscrip documentation
Sources
- Fowler, Martin - Refaktoring - Zlepšení existujícího kódu, Grada 2003
- Melichar, Bořivoj - Jazyky a překlady
- Melichar, Bořivoj - Konstrukce překladačů