Windel Bouwman
|
9d9fcfc034
|
Removal of walrus operator.
|
2019-06-08 16:38:15 +02:00 |
|
Windel Bouwman
|
b8c788197e
|
Add walrus operator to lexer and try to make lexer code cleaner.
|
2019-05-12 22:35:28 +02:00 |
|
Windel Bouwman
|
5bc1aa08dc
|
Add async def and async for parsing.
|
2019-05-02 16:55:33 +02:00 |
|
Adrian Wielgosik
|
40dd75d513
|
Upgrade lalrpop
|
2019-03-27 18:55:08 +01:00 |
|
Joey Hain
|
400ad80b64
|
fstrings
|
2019-02-13 21:59:21 -08:00 |
|
Windel Bouwman
|
17fc5a2345
|
Implemented hexadecimal, octal and binary literals. Also use bigint in the lexer to store big integer literals.
|
2018-11-04 09:00:44 +01:00 |
|
Windel Bouwman
|
079905277b
|
Add time module and improve lexer handling of numeric constants
|
2018-11-03 15:12:12 +01:00 |
|
Windel Bouwman
|
1e3b45ee0d
|
Add complex basic type
|
2018-10-29 21:55:58 +01:00 |
|
Windel Bouwman
|
5053d6d167
|
Add bytes literal support.
|
2018-10-28 21:15:46 +01:00 |
|
Windel Bouwman
|
940c41bda8
|
Reduce lalrpop generated code size by about half. Relates to issue #173.
|
2018-10-21 16:01:39 +02:00 |
|
Windel Bouwman
|
15e274210f
|
Add float type
|
2018-08-20 21:22:14 +02:00 |
|
Daniel Watkins
|
2a90df80c8
|
Run cargo fmt to format the entire project
|
2018-08-10 20:23:15 -04:00 |
|
Adam Kelly
|
12a3ff5e7e
|
Deal with warnings for Ellipsis and Rarrow
|
2018-07-29 09:06:56 +01:00 |
|
Windel Bouwman
|
8a0d8ab624
|
Add += and -=
|
2018-07-15 10:58:20 +02:00 |
|
Windel Bouwman
|
4be77bcbc7
|
Remove unused compiler namespace in parser
|
2018-07-07 17:36:21 +02:00 |
|