VirtualBox

Changeset 105760 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 21, 2024 12:15:14 PM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164472
Message:

Runtime/script: Add a simple lexer API to turn a stream of characters into tokens for a defined configuration, bugref:10394 [scm]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/script.h

    r105757 r105760  
    368368 * @param   pCfg                   The lexer config to use for identifying the different tokens.
    369369 */
    370 RTDECL(int) RTScriptLexCreateFromReader(PRTSCRIPTLEX phScriptLex, PFNRTSCRIPTLEXRDR pfnReader, 
     370RTDECL(int) RTScriptLexCreateFromReader(PRTSCRIPTLEX phScriptLex, PFNRTSCRIPTLEXRDR pfnReader,
    371371                                        PFNRTSCRIPTLEXDTOR pfnDtor, void *pvUser,
    372372                                        size_t cchBuf, PRTSTRCACHE phStrCacheId, PRTSTRCACHE phStrCacheStringLit,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette