Hi gents,
I would like to try to use my speech recognition software (Dragon Naturally Speaking) to program in PB but I need to train it with all the keywords and functions of PB language (if not all the most).
Is there a such list available?
If so, where?
Many thanks for any help.
Regards,
Somic
List of PureBasic Keywords and Functions
- Kaeru Gaman
- Addict

- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
List of PureBasic Keywords and Functions
Thank you for the hint.
This was not exactly was I was looking for (a text file with the list of kw and functs) but you gave the start to find the way.
I decompiled the purebasic.chm file and got the original source files where one is called Index.hhk; parsing and filtering it I can easily had the updated list of kwords and functions to feed the DNS engine.
Thanks again.
Somic
This was not exactly was I was looking for (a text file with the list of kw and functs) but you gave the start to find the way.
I decompiled the purebasic.chm file and got the original source files where one is called Index.hhk; parsing and filtering it I can easily had the updated list of kwords and functions to feed the DNS engine.
Thanks again.
Somic
@somic:
To generate a list of functions [including keywords like SizeOf() that include parentheses] see my posting at http://www.purebasic.fr/english/viewtopic.php?t=35703
To generate a list of functions [including keywords like SizeOf() that include parentheses] see my posting at http://www.purebasic.fr/english/viewtopic.php?t=35703
Anthony Jordan
List of PureBasic Keywords and Functions
Another good hint.
I'll keep for the future.
Many thanks,
Somic
I'll keep for the future.
Many thanks,
Somic

