Sander Hautvast
|
071f584e92
|
scanner now recognizes numeric (f64) literals
|
2020-01-24 13:50:12 +01:00 |
|
Sander Hautvast
|
650a31889b
|
scanner now recognizes string literals (text between double-quotes)
|
2020-01-24 13:42:43 +01:00 |
|
Sander Hautvast
|
92e86032ca
|
added unittests for the functionality sofar
|
2020-01-24 13:17:16 +01:00 |
|
Sander Hautvast
|
4557505999
|
the scanner now recognizes some double character tokens like greater or equal (>=)
|
2020-01-24 13:00:03 +01:00 |
|
Sander Hautvast
|
0e3f1c26d2
|
the scanner now recognizes single character tokens like plus and minus
|
2020-01-24 12:54:40 +01:00 |
|
Sander Hautvast
|
4e7b684b0d
|
completed main, added the scanner and token stubs
|
2020-01-24 12:48:51 +01:00 |
|
Sander Hautvast
|
fa937cea74
|
added the code that takes input from either the commandline, or a file.
|
2020-01-24 11:35:43 +01:00 |
|
Sander Hautvast
|
0e250dd676
|
basic project layout and the first version of main, which handles the commandline arguments but does not do anything real, before exiting
|
2020-01-24 11:27:46 +01:00 |
|