|
File ChangingXcom.html Author McKeeman Copyright © 2007 index Changing xcomChanging xcomFirst things first; if you are going to change xcom, pick a new name for your version. Typically one extends a language like xcom by adding some new construct. The sequence of change-events is important, if for nothing else, to avoid a big bang of many changes before feedback is available. The supposition here is that some small addition will be made to X.cfg. This change may, or may not, require changes to further modules before xcom can run again. In some cases the sequence below will not be best. For instance, if there is a large runtime package to be integrated, it might be best to do that first. Recommended Order of Changes
Testing xcomxcom is arranged so that small changes can be tested immediately. Test often. Update tests as you go. |