mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Issue #31, added new line after while for pretty printing.
This commit is contained in:
@@ -131,7 +131,7 @@ func (c *Compiler) parseWhile() {
|
||||
c.expect("{")
|
||||
c.parseBlock()
|
||||
c.expect("}")
|
||||
c.appendOut("};", false)
|
||||
c.appendOut("};", true)
|
||||
}
|
||||
|
||||
func (c *Compiler) parseSwitch() {
|
||||
|
||||
Reference in New Issue
Block a user