elan-language / LanguageAndIDE

Apache License 2.0
3 stars 0 forks source link

Restructure, rename, and clear out repositories #543

Open richardpawson opened 5 months ago

richardpawson commented 5 months ago

There are currently three repositories

image

Changes

  1. 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.

  2. Rename the IDE repository to LanguageAndIDE

  3. Create a new private repository named 'Website'. Move contents of current website directory (in LanguageAndIDE) into Website.

  4. Move the grammar folder from LanguageAndIDE into StandaloneCompilerForElan

  5. Within LanguageAndIDE get rid of the now-redundant elan directory, moving all its contents up a level.

  6. 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.

scascarini commented 4 months ago

step 1 complete