Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Sara Itani 6e0f9fb8e5 add name resolution [work-in-progress]
- adds name resolutions for all qualified names that are possible to be resolved and compile-time
- adds `getNamespacedName` method to all applicable node types.
- fix miscellaneous doc bugs
- rename ITokenStreamProvider => TokenStreamProviderInterface
- still needs comprehensive tests (lots of edge cases) + cleanup
2017-02-14 02:48:44 -05:00
Sara Itani f08f707c01 Merge branch 'master' of https://github.com/Microsoft/tolerant-php-parser into api 2017-02-07 15:48:04 -08:00
Sara Itani 7a58ceaeb8 #88 Add API for `getDocCommentText`, `getFirst*Node`
- reuse PhpTokenizer rather than constructing a separate regex because we'll need this sort of context-specific re-tokenizing functionality for incremental parsing anyways.
- functional, but still a work-in-progress, just like the rest of the API :)

Also moved hanspun lexer to experiments folder
2017-02-07 15:46:30 -08:00