|
9871cc66c7
|
Add a Reference structure to the StandardComponents namespace.
|
2021-08-08 22:53:29 +02:00 |
|
|
fa546865a0
|
Use runtime type information in ParseComponents.hpp.
|
2021-08-08 14:38:21 +02:00 |
|
|
905e7e7e82
|
Add lexing and parsing exceptions and parse = and #=
|
2021-07-29 17:35:35 +02:00 |
|
|
1bfb4cb54b
|
Add arguments.hpp, remove a few useless files, and add a library target to the CMakeLists.txt file.
|
2021-07-10 11:03:15 +02:00 |
|
|
b7eb32c636
|
Handle token vectors with less than 2 values in the Parser::parseVector() method.
|
2021-07-07 17:40:04 +02:00 |
|
|
de24219fca
|
Define the two reference variables in one line in the loop of Parser.hpp.
|
2021-07-06 20:57:20 +02:00 |
|
|
b82faeb399
|
Substract 1 to the lexed vector's size in Parser.hpp to avoid getting out of bounds because of the next reference.
|
2021-07-06 20:49:28 +02:00 |
|
|
9d36279f95
|
Remove the useless object copy in Parser.hpp.
|
2021-07-03 22:59:03 +02:00 |
|
|
f308ad9da0
|
Remove the "previous" reference in Parser.hpp and start the iteration on lexed tokens at 0 instead of 1.
|
2021-07-03 22:32:45 +02:00 |
|
|
3ce905d602
|
Remove a few useless newlines in header files
|
2021-07-03 21:57:02 +02:00 |
|
|
077f95b36b
|
Begin the parser
|
2021-07-03 21:54:12 +02:00 |
|