Sam Harwell
d0e425cf35
Fix string.Format syntax ( fixes #40 )
2014-04-28 05:42:24 -05:00
Sam Harwell
2ace0f628a
Updated version numbers for next development cycle
2014-04-08 21:00:26 -05:00
Sam Harwell
06acb21c7d
Updated version numbers for release 4.2.2-alpha001
2014-04-08 07:05:40 -05:00
Sam Harwell
8b337bd44f
Update CSharp.stg to match changes since 4.2.1
2014-04-08 07:01:01 -05:00
Sam Harwell
2dbc91f801
Update reference to obsolete method
2014-04-08 07:00:43 -05:00
Sam Harwell
589a0038a8
ST4 no longer requires a dummy template if the STG only contains an import
2014-04-08 07:00:16 -05:00
Sam Harwell
c612973d4c
Updated build dependencies
2014-04-08 06:46:56 -05:00
Sam Harwell
5763eb8be8
Working on development version 4.2.2
2014-04-08 06:34:40 -05:00
Sam Harwell
db2fe9dca9
Fix build errors in newly generated code
2014-04-08 06:32:09 -05:00
Sam Harwell
f71699e20a
Merge branch 'sharpen'
2014-04-08 06:23:33 -05:00
Sam Harwell
a41a70f71a
Update to the latest release of ANTLR 4
2014-04-08 06:21:59 -05:00
Sam Harwell
6eb48b45bc
Updated version numbers for next development cycle
2014-03-25 16:19:15 -05:00
Sam Harwell
71a9f87b50
Updated version numbers for release 4.2.1-alpha001
2014-03-25 16:01:29 -05:00
Sam Harwell
9b35c63396
Updated build dependencies
2014-03-25 16:01:28 -05:00
Sam Harwell
a6daadf360
Working on development version 4.2.1
2014-03-25 14:48:45 -05:00
Sam Harwell
a14b197714
Fix issues in newly generated code
2014-03-25 14:48:19 -05:00
Sam Harwell
53f2c8f1a6
Merge branch 'sharpen'
2014-03-25 14:22:53 -05:00
Sam Harwell
0a3e6f00a8
Update to the latest release of ANTLR 4
2014-03-25 14:21:24 -05:00
Sam Harwell
63667f41b4
Updated .gitignore to simplify work in the sharpen branch
2014-03-25 14:14:36 -05:00
Sam Harwell
3d5694264f
Updated assembly informational version for next development cycle
2014-02-18 17:47:37 -06:00
Sam Harwell
9acf9c8fb7
Updated assembly informational version for release
2014-02-18 17:40:31 -06:00
Sam Harwell
f321fefeb5
Updated code generation templates for the 4.2 release
2014-02-18 10:03:19 -06:00
Sam Harwell
424787bf43
Merge branch 'sharpen'
2014-02-18 09:50:36 -06:00
Sam Harwell
c15992da79
Re-translate source with updated configuration
2014-02-18 09:48:56 -06:00
Sam Harwell
d457eb9335
Updated pom.xml to use newer dependency versions
2014-02-18 09:40:32 -06:00
Sam Harwell
d23042d0a1
Updated build script
2014-02-18 09:40:27 -06:00
Sam Harwell
dfbf806c4d
Updated test projects to use the latest NuGet package for code generation
2014-02-18 09:40:26 -06:00
Sam Harwell
5b3e585183
Updated build task to use the latest version of the tool
2014-02-18 09:40:20 -06:00
Sam Harwell
e926e5e42f
Fix output folders for portable framework release
2014-02-18 06:51:00 -06:00
Sam Harwell
fe482cdc4d
Merge branch 'sharpen'
2014-02-17 16:35:27 -06:00
Sam Harwell
cb8124c929
Update to the reference build of Sharpen
2014-02-17 16:34:25 -06:00
Sam Harwell
3ad2554087
Updated assembly versions
2014-02-16 21:54:39 -06:00
Sam Harwell
b9745beaac
Updated installation instructions in Readme.md
2014-02-16 21:50:14 -06:00
Sam Harwell
9d73c12b30
Enable NuGet package restore
2014-02-16 21:45:32 -06:00
Sam Harwell
593275784b
Fix build errors produced by the latest Sharpen-generated code
2014-02-16 21:24:24 -06:00
Sam Harwell
61ecdf7289
Merge branch 'sharpen'
2014-02-16 15:38:23 -06:00
Sam Harwell
94ad1d162d
Merge branch 'sharpen'
2014-02-16 15:25:16 -06:00
Sam Harwell
082f0bbfad
Merge branch 'sharpen'
2014-02-16 15:03:32 -06:00
Sam Harwell
5b9c45fb30
Update to the latest release of ANTLR 4
2014-02-16 14:51:37 -06:00
Sam Harwell
828f0639a7
Set wrapping width to 1000
2014-02-16 13:33:54 -06:00
Sam Harwell
bf070cf58f
Updated working build of Sharpen
2014-02-16 13:31:35 -06:00
Sam Harwell
c0aa59cbee
Generate code with correct token names when the predefined `EOF` token is referenced in the grammar
2013-09-15 13:11:53 -05:00
Sam Harwell
a16bd6067c
Generate code with correct channel identifiers when `HIDDEN` or `DEFAULT_TOKEN_CHANNEL` is used in the `channel` lexer command
2013-09-15 13:11:52 -05:00
Sam Harwell
bb6f6fc026
Generate code with `DefaultMode` when a grammar contains `DEFAULT_MODE` in a `mode` or `pushMode` lexer command
2013-09-15 13:11:47 -05:00
Sam Harwell
2ac3c96464
Use TextReader instead of StreamReader where possible
2013-09-15 11:46:28 -05:00
Kazunori Sakamoto
3db39af8b2
Change AntlrInputStream to use TextReader instead of StreamReader.
2013-09-15 17:37:44 +09:00
Sam Harwell
9918154f34
Fix the case of two files' names
2013-08-28 19:10:11 -05:00
Sam Harwell
ac626b02a1
Merge pull request #22 from rharrisxtheta/antlr-patchset-1
...
Small patches for minor compile issues in CSharp.stg
2013-08-28 17:06:23 -07:00
Ryan Harris
d1b1bb0c02
Disable compiler warnings that are irrelevant for generated code.
...
These warnings are turned off:
CS0162: Unreachable code detected
CS0219: The variable '...' is assigned but its value is never used
CS1591: Missing XML comment for publicly visible type or member '...'
2013-08-27 10:24:58 -04:00
Ryan Harris
8897097b95
Tag generated classes as non CLS compliant.
2013-08-26 16:45:05 -04:00