How to make a basic parser function

From semantic-mediawiki.org
< SMWCon Spring 2015
SMWCon Spring 2015How to make a basic parser function
SMWCon Spring 2015
How to make a basic parser function
Talk details
Description: A simplified approach to show people how to build parser functions
Speaker(s): James Montalvo
Type: Talk, Presentation, Regular talk
Audience: Everyone
Length: minutes
Video: not available
Keywords:
Give feedback

Explaining how to build a basic parser function with the ParserFunctionHelper extension, using the BasicParserFunction extension as an example. Building on top of the ParserFunctionHelper extension allows you to limit the extra work you have to do when building an extension, which is good for experience developers who don't like writing boilerplate code, and good for new developers learning how to build extensions.