unycorn / lolcode-dot-net

Automatically exported from code.google.com/p/lolcode-dot-net
0 stars 0 forks source link

Add MSBuild support #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
LOLCode.net needs an MSBuild project so we can add .lolproj projects and do
builds entirely in the visual studio environment.

Color syntax highlighting would be a further bonus.

Original issue reported on code.google.com by arachnid...@gmail.com on 4 Jun 2007 at 2:34

GoogleCodeExporter commented 8 years ago
This should be pretty simple, but won't give "VS support" out of the box, 
however it 
is a start.

Two things need to be done:

 - lolcode.common.targets needs to be written (the 'build' target is probabbly the 
most important to impliment)
 - A lolc task needs to be written to be consumed by the lol code targets, this will 
invoke the compiler as needed
 - Error and warnings from lolc need to be standardized so they can be parsed and 
emitted correctly by msbuild

Original comment by philpr...@gmail.com on 4 Jun 2007 at 6:41