parser/tests/0007
Saif Eddin Gmati ac42958b4f chore: refactor project structure
- added `prelude`
- moved `ast` to `parser`
- moved `Lexer` from `crate::lexer::lexer::Lexer` to `crate::lexer::Lexer`
- renamed `LexerError` to `SyntaxError`
- moved `SyntaxError` to `token::error`
- implemented `Display` for `SyntaxError`
- add `tokens.txt` to integration tests
- removed all unit tests for `Lexer` ( everything is tested in integration tests )
- improved syntax error assertations
2022-12-04 08:56:53 +00:00
..
ast.txt chore: consistent naming (#135) 2022-11-29 21:25:17 +00:00
code.php chore: use new integration test runner instead of assert_ast() (#127) 2022-11-29 01:33:01 +00:00
tokens.txt chore: refactor project structure 2022-12-04 08:56:53 +00:00