Yury Kurlykov
|
6372a043a2
|
Fix ImportError
It is not the best idea to name a module just like the native one.
|
2020-04-28 11:19:40 +10:00 |
Yury Kurlykov
|
6b4865af8d
|
Print AST as info
Debug channel barely suits for this case.
|
2020-04-28 04:38:13 +10:00 |
Yury Kurlykov
|
eea056550c
|
Implement AST printout
File output coming soon...
|
2020-04-28 04:28:53 +10:00 |
Yury Kurlykov
|
7f68959590
|
Make a huge load of changes
- Remove visitors
- Add logging
- Add file read
- Make ESTree nodes work
- Move JS input streams to its own module
- Implement parse tree listeners (WIP)
- Add custom error listener (WIP)
|
2020-04-27 23:07:15 +10:00 |
Yury Kurlykov
|
e10f7cca41
|
Wake up the snake
|
2020-04-15 16:45:22 +10:00 |
Yury Kurlykov
|
8b88405fc5
|
Print parsed string tree
|
2020-04-15 16:32:57 +10:00 |
Yury Kurlykov
|
812f5107c3
|
Initial commit
|
2020-04-15 16:15:56 +10:00 |