2005-05-12 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
authorRafael Teixeira <monoman@gmail.com>
Thu, 12 May 2005 04:31:09 +0000 (04:31 -0000)
committerRafael Teixeira <monoman@gmail.com>
Thu, 12 May 2005 04:31:09 +0000 (04:31 -0000)
commit2502d40aa9d031ff3417c73483b57f982c2b1e1f
tree31d9ca3f4e58f10fa77bdc5520a4eeb240c175d7
parent9a21ccb8930ac0d18126b22f49022fec293b0640
2005-05-12 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* driver.cs : slimmed down, most non-specific code moved to new class/source CompilerOptions.
Also steps where individualized and put on a array of delegates for sequencial execution
with stop-on-first-blunder behavior. It is similar to the configurable pipeline of the
boo compiler.
* CompilerOptions.cs: added, refactored from inside driver.cs (some code/properties will migrate
further to Mono.GetOptions.Usefull.CommonCompilerOptions)
* mbas.exe.sources: added CompilerOptions.cs

svn path=/trunk/mcs/; revision=44424
mcs/mbas/ChangeLog
mcs/mbas/CompilerOptions.cs [new file with mode: 0644]
mcs/mbas/driver.cs
mcs/mbas/mbas.exe.sources