Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoppfrosch/generateahkkeywordlist

Generate a Database containing names of language elements (built-in variables, functions ...) of AutoHotkey programming language.
https://github.com/hoppfrosch/generateahkkeywordlist

Last synced: 18 days ago
JSON representation

Generate a Database containing names of language elements (built-in variables, functions ...) of AutoHotkey programming language.

Awesome Lists containing this project

README

        

# Generate AHK-Language Database #

Generate a Database (sqlite) containing names of language elements (built-in variables, functions ...) of [AutoHotkey](http://ahkscript.org/) programming language.

This is done by parsing the [sourcecode of AutoHotkey](https://github.com/Lexikos/AutoHotkey_L).

This information can be used for example to create keywordlists for highlighting within several editors ...

## Credits ##
- [[CLASS] SQLiteDB (now with BLOB and U64 support) ](http://www.autohotkey.com/board/topic/67427-class-sqlitedb-now-with-blob-and-u64-support) by [just me](http://ahkscript.org/boards/memberlist.php?mode=viewprofile&u=148)