mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
added line parser (doesn't parse anything yet)
This commit is contained in:
parent
fda7077cf2
commit
16f6f27a90
6 changed files with 106 additions and 6 deletions
|
@ -56,7 +56,7 @@ namespace Compiler
|
|||
/// - Default-implementation: Report an error.
|
||||
|
||||
virtual bool parseFloat (float value, const TokenLoc& loc, Scanner& scanner);
|
||||
///< Handle a double token.
|
||||
///< Handle a float token.
|
||||
/// \return fetch another token?
|
||||
///
|
||||
/// - Default-implementation: Report an error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue