<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/compiler/GF/Text/Lexing.hs, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2019-11-18T12:20:41+00:00</updated>
<entry>
<title>PGFService: revert unlexing change in PGFService to restore &amp;+ behaviour</title>
<updated>2019-11-18T12:20:41+00:00</updated>
<author>
<name>Thomas Hallgren</name>
<email>th-github@altocumulus.org</email>
</author>
<published>2019-11-18T12:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=28f53e801aaf0d47b22f64467c2c760dff8fd6a9'/>
<id>urn:sha1:28f53e801aaf0d47b22f64467c2c760dff8fd6a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>eliminate modules PGF.Lexing, PGF.LexingAGreek. Make PGF.Utilities an internal module in the runtime. These are not really part of the core runtime.</title>
<updated>2017-09-04T09:43:37+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2017-09-04T09:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1f908fa7bf65f51540ccb2b70ca2bd00d9b3dedf'/>
<id>urn:sha1:1f908fa7bf65f51540ccb2b70ca2bd00d9b3dedf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add lexer and unlexer for Ancient Greek accent normalization</title>
<updated>2016-02-23T16:30:39+00:00</updated>
<author>
<name>leiss</name>
<email>leiss@cis.uni-muenchen.de</email>
</author>
<published>2016-02-23T16:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=df2901c9c0c18f67180a46916077032f91bac649'/>
<id>urn:sha1:df2901c9c0c18f67180a46916077032f91bac649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the type of PGF.Lexing.bindTok to [String] -&gt; [String]</title>
<updated>2014-04-09T17:39:21+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-04-09T17:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=50ea3d265c35b677b60aa6a465eb19bcd66d25ad'/>
<id>urn:sha1:50ea3d265c35b677b60aa6a465eb19bcd66d25ad</id>
<content type='text'>
The old type was [String] -&gt; String. This function was only used
in GF.Text.Lexing.stringOp, which now uses (unwords . bindTok) instead,
with no change in behaviour.
</content>
</entry>
<entry>
<title>Unlexers: move capitalization of first word from GF.Text.Lexing to PGF.Lexing</title>
<updated>2014-04-09T17:26:23+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-04-09T17:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=677d849840e3a5b8f69044ef43151908b0f6737b'/>
<id>urn:sha1:677d849840e3a5b8f69044ef43151908b0f6737b</id>
<content type='text'>
The capitalization of the first word was done in GF.Text.Lexing.stringOp,
but is now done in the functions unlexText and unlexMixed in PGF.Lexing.
These functions are only used in stringOp and in PGFService (where the change
is needed), so the subtle change in behaviour should not cause any bugs.
</content>
</entry>
<entry>
<title>Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexing</title>
<updated>2014-04-08T14:07:49+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-04-08T14:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=9cac98a3561386a9e190881ba64292f672f86500'/>
<id>urn:sha1:9cac98a3561386a9e190881ba64292f672f86500</id>
<content type='text'>
They are thus part of the PGF Run-Time Library, making it possible to add
lexing functionality in PGF service in a natural way.
</content>
</entry>
<entry>
<title>removed the unlines-lines wrapper from Lexing.unlexer to prevent empty lines when an unlexer (such as -bind or -unchars) is used as an option in linearization. Don't know really why the input had been broken into lines in the first place. You can see the effect by importing LangEng and running "gr -cat=Cl | l -table -bind" before and after recompiling GF.</title>
<updated>2013-12-03T13:27:22+00:00</updated>
<author>
<name>aarne</name>
<email>aarne@chalmers.se</email>
</author>
<published>2013-12-03T13:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=2ef28487effc8f51f92810bd326458e0bc6f3e35'/>
<id>urn:sha1:2ef28487effc8f51f92810bd326458e0bc6f3e35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use the native unicode support from GHC 6.12</title>
<updated>2010-04-19T09:38:36+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-04-19T09:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=6313244eacf992fb10a5091bee28582e84540809'/>
<id>urn:sha1:6313244eacf992fb10a5091bee28582e84540809</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct capitalization in unlexmixed; unlextext and unlexmixed now remove string literal quotes</title>
<updated>2009-12-17T21:17:46+00:00</updated>
<author>
<name>aarne</name>
<email>aarne@chalmers.se</email>
</author>
<published>2009-12-17T21:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=a4eb1800a4913121297eb83970718cd3895aa43f'/>
<id>urn:sha1:a4eb1800a4913121297eb83970718cd3895aa43f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorganize the directories under src, and rescue the JavaScript interpreter from deprecated</title>
<updated>2009-12-13T18:50:29+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2009-12-13T18:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=f85232947e74ee7ef8c7b0ad2338212e7e68f1be'/>
<id>urn:sha1:f85232947e74ee7ef8c7b0ad2338212e7e68f1be</id>
<content type='text'>
</content>
</entry>
</feed>
