List of PureBasic Keywords and Functions

Everything else that doesn't fall into one of the other PB categories.
somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

List of PureBasic Keywords and Functions

Post 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
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

open PureBasic and press F1...
oh... and have a nice day.
somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

List of PureBasic Keywords and Functions

Post 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
akj
Enthusiast
Enthusiast
Posts: 668
Joined: Mon Jun 09, 2003 10:08 pm
Location: Nottingham

Post 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
Anthony Jordan
somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

List of PureBasic Keywords and Functions

Post by somic »

Another good hint.

I'll keep for the future.

Many thanks,
Somic
Post Reply