Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hoppfrosch/generateahkkeywordlist
- Owner: hoppfrosch
- Created: 2013-11-20T07:31:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-29T08:20:30.000Z (about 11 years ago)
- Last Synced: 2024-11-01T11:26:29.665Z (2 months ago)
- Size: 1.67 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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)