Difference between revisions of "Research project notes"
Jump to navigation
Jump to search
m (5 revisions) |
|||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
*[https://www.ibm.com/developerworks/aix/library/au-vimplugin/ Some information about syntax highlighting and Perl interface] | *[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] | *[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čů