Jonas Jenwald 50c2856097 Move EOF/isEOF from core/parser.js to core/primitives.js
Given the nature of `EOF` and `isEOF`, it seems to me that they really ought to be placed in `core/primitives.js` instead.

In general, it doesn't seem great to have to depend on the entire `core/parser.js` file for such simple primitives/helper functions.
In particular, while `core/ps_parser.js` is completely separate from `core/parser.js` with regards to its function, it still depends on the latter for just *one* primitive.

Note that compared to e.g. PR 7389, this will not reduce the number of dependencies for `core/ps_parser`, however the new dependency IMHO makes more sense.
2017-01-27 13:37:48 +01:00
..
2016-01-28 11:32:59 -06:00
2017-01-09 20:27:39 +01:00
2017-01-19 16:41:59 +01:00
2017-01-19 16:41:59 +01:00
2016-01-28 12:11:46 -06:00
2017-01-09 20:27:39 +01:00
2017-01-10 16:42:43 +00:00