Skip to content

Commit 1a6b622

Browse files
Fix typos
1 parent 06e5ba9 commit 1a6b622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/_posts/2017-11-21-fifth-dotty-milestone-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ TODO @odersky
3131
### TASTY frontend
3232
The TASTY frontend is a frontend that reloads the ASTs from the TASTY within the classfiles in the classpath. We fixed most issues with the frontend which enable us to re-compile code from TASTY without the need of retypecheck (#3436, #3512, #3492).
3333

34-
Currenlty two backends that use this frontend are available
35-
* Dotty class file decompiler `dotc -decompile -classpath CLASSPATH CLASSNAME`. It will decompile the code by preaty printing the contents of the TASTY. This code is the high level representation of the typechecked code without loss of precieceness due transformations towards JVM bytecode. It can also be used with `dotc -decompile -print-tasty ...` to show a preaty printed version of the raw TASTY (#3519).
34+
Currently two backends that use this frontend are available
35+
* Dotty class file decompiler `dotc -decompile -classpath CLASSPATH CLASSNAME`. It will decompile the code by pretty printing the contents of the TASTY. This code is the high level representation of the typechecked code without loss of preciseness due transformations towards JVM bytecode. It can also be used with `dotc -decompile -print-tasty ...` to show a pretty printed version of the raw TASTY (#3519).
3636
* Dotty TASTY compiler `dotc -from-tasty -classpath CLASSPATH CLASSNAME` will recompile code stored in the TASTY. This is the first step toward linking and whole word optimisations, recompiling code to different backends not present in the original compilation, recompiling code with different added plugins, .... In fact the decompiler is a TASTY compiler that compiles trees to strings.
3737

3838
Known issues: #3490, #3500.

0 commit comments

Comments
 (0)