Skip to content

Commit

Permalink
Update language_versions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Jul 5, 2021
1 parent 68de900 commit 7c88a94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/language_versions.md
Expand Up @@ -10,7 +10,7 @@ stone; we need to keep learning and adapting them over time).
## Adding new features or deprecating features for a future version

For example we use the upcoming new version '6.e' for which the tooling structure is in place
and entries will be in the following directories an files:
and entries will be in the following directories and files:

./src/core.e/
./t/02-rakudo/03-corekeys.t
Expand All @@ -20,13 +20,13 @@ and entries will be in the following directories an files:

### Adding a new class

create the file for the new class in directory core.e
+ create the file for the new class in directory ./src/core.e/
...MORE TO BE ADDED

### Adding a new routine to an existing class

copy the class file from its most recent version into directory core.e if need be
add the new names (symbols) to the corekeys and settingkeys files listed above
+ copy the class file from its most recent version into directory ./src/core.e/ if need be
+ add the new names (symbols) to the corekeys and settingkeys files listed above
...MORE TO BE ADDED

## Rakudo branches
Expand Down

0 comments on commit 7c88a94

Please sign in to comment.