Create a new private repository called StandaloneCompilerForElan or similar. Copy all code from current Elan repository (which is the C# compiler) into it. Then rename current Elan to Documentation, clean it out, and then move extract the contents of the IDE ~ documentation folder into the Documentation repository.
Rename the IDE repository to LanguageAndIDE
Create a new private repository named 'Website'. Move contents of current website directory (in LanguageAndIDE) into Website.
Move the grammar folder from LanguageAndIDE into StandaloneCompilerForElan
Within LanguageAndIDE get rid of the now-redundant elan directory, moving all its contents up a level.
Clear out all usage of VS code from the main repository - if work keeping put it in with the StandaloneCompilerForElan - or a brand new repo.
There are currently three repositories
Changes
Create a new private repository called
StandaloneCompilerForElan
or similar. Copy all code from currentElan
repository (which is the C# compiler) into it. Then rename currentElan
toDocumentation
, clean it out, and then move extract the contents of theIDE ~ documentation
folder into theDocumentation
repository.Rename the
IDE
repository toLanguageAndIDE
Create a new private repository named 'Website'. Move contents of current
website
directory (inLanguageAndIDE
) intoWebsite
.Move the
grammar
folder fromLanguageAndIDE
intoStandaloneCompilerForElan
Within
LanguageAndIDE
get rid of the now-redundantelan
directory, moving all its contents up a level.Clear out all usage of VS code from the main repository - if work keeping put it in with the StandaloneCompilerForElan - or a brand new repo.