Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on October 10, 2019, 11:18:00 AM

Title: Syntax parser for .ispc
Post by: TimoVJL on October 10, 2019, 11:18:00 AM
Syntax parser for Intel SPMD Program Compiler (https://ispc.github.io/index.html)
Doesn't work well when insert a file to project, maybe a problem with 4 chars in ".ispc"

EDIT: Scanner stub function added, as Pelle informed that it needs that.
Title: Re: Syntax parser for .ispc
Post by: Pelle on October 13, 2019, 10:50:44 PM
Doesn't work well when insert a file to project, maybe a problem with 4 chars in ".ispc"
No known limitations on the length of a file extension, but it doesn't work well here either. Not sure why, I will have to investigate some day...

EDIT: Actually, right now a dependency scanner (AddFile.pfnScanner = Scanner) seems mandatory...