Skip to content

Commit

Permalink
Adding base for future Spec into the compiler repo (#16825)
Browse files Browse the repository at this point in the history
This is a cleaned-up version of the Scala 2 Specification, designed to
be used as basis for the Scala 3 Specification

`docs/_spec/README.md` describes how to build locally, this uses the
same system as the Scala 2 Spec
It will probably be possible to switch to a Scaladoc solution later

I highly recommend you review commit by commit instead of file per file
  • Loading branch information
bishabosha authored Feb 6, 2023
2 parents 673182e + 9db5c9e commit 21729d2
Show file tree
Hide file tree
Showing 179 changed files with 24,325 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ compiler/test-coursier/run/*.jar
# docs related
contributors.js
content-contributors.css
docs/_spec/_site/
docs/_spec/.jekyll-metadata
Loading

0 comments on commit 21729d2

Please sign in to comment.