mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-28 17:28:03 +00:00
generator formatting
This commit is contained in:
parent
535c712421
commit
1ff02f86e8
@ -10,8 +10,7 @@ import org.antlr.v4.runtime.CommonTokenStream;
|
||||
/**
|
||||
* Decaf language Compiler
|
||||
*/
|
||||
public class Compiler
|
||||
{
|
||||
public class Compiler {
|
||||
|
||||
public static Program generateAST(String fromSource) {
|
||||
CharStream input = CharStreams.fromString(fromSource);
|
||||
|
Loading…
Reference in New Issue
Block a user