Page 1 of 1

List of PureBasic Keywords and Functions

Posted: Tue Jan 06, 2009 12:20 am
by somic
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

Posted: Tue Jan 06, 2009 12:31 am
by Kaeru Gaman
open PureBasic and press F1...

List of PureBasic Keywords and Functions

Posted: Tue Jan 06, 2009 11:10 am
by somic
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

Posted: Tue Jan 06, 2009 12:37 pm
by akj
@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

List of PureBasic Keywords and Functions

Posted: Tue Jan 06, 2009 6:17 pm
by somic
Another good hint.

I'll keep for the future.

Many thanks,
Somic