Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indentation for or-then and and-then nodes #34

Open
pyanzin opened this issue May 5, 2017 · 0 comments
Open

Fix indentation for or-then and and-then nodes #34

pyanzin opened this issue May 5, 2017 · 0 comments
Labels

Comments

@pyanzin
Copy link
Owner

pyanzin commented May 5, 2017

Different levels of tabbing shouldn't be allowed.

'$t$ranslate' -> host = 'translate.google.com'
  '$/'
    or
      'from $russian' -> anchor = 'ru'
      'from $english' -> anchor = 'en'
      'from $spanish' -> anchor = 'es'
      'from $german'  -> anchor = 'de'
      'from $french'  -> anchor = 'fr'
      '$autodetect'   -> anchor = 'auto'
then
      or
        'to $russian' -> anchor /= 'ru'
        'to $english' -> anchor /= 'en'
        'to $spanish' -> anchor /= 'es'
        'to $german'  -> anchor /= 'de'
        'to $french'  -> anchor /= 'fr'
      then
        freetype -> anchor /= _
@pyanzin pyanzin added the bug label May 5, 2017
@pyanzin pyanzin changed the title Fix indentation for or-then and and-then node Fix indentation for or-then and and-then nodes May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant