diff options
| author | hallgren <hallgren@chalmers.se> | 2015-07-21 14:21:49 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2015-07-21 14:21:49 +0000 |
| commit | e9c060d3f94893fbfd579cf45d2499aef616d7ba (patch) | |
| tree | c650b5aaa98e561be89ef3b2e6057e0f2b0357a9 /src/binary | |
| parent | 55e2a4c9cb77d8e205b5bfb7b53419c3c509af85 (diff) | |
PGF web service: option to leave &+ uninterpreted in linearized output
By adding unlexer=none (or unlexer=id) in requests that output linearizations
(e.g. command=linearize, command=translate), you can leave &+ uninterpreted
instead of gluing the adjacent tokens. This means that the output is left in
a format that can be parsed in a subsequent request.
To implement this consistently, the function linearizeAndBind was replaced
with the function linearizedAndUnlex (but there are a couple of requests
that do not call this function...)
Note that this applies to the Haskell run-time requests only. The C run-time
request (c-linearize, c-translate) always applies the &+ token and the
c-parse request can parse input containing glued tokens.
Diffstat (limited to 'src/binary')
0 files changed, 0 insertions, 0 deletions
