Skip to content

DKrupp03/gagos-language

Repository files navigation

Gagos language

REQUISITOS:

  • Lex
  • Yacc
  • Ruby

RODAR SCRIPT:

$ chmod +x run_translator.sh
$ ./run_translator.sh example.gago

OU RODAR CADA ETAPA:

$ flex translator.l
$ bison -d translator.y
$ gcc lex.yy.c translator.tab.c -o translator -lfl
$ ./translator < example.gago
$ ./translator example.gago > translated_code.rb
$ ruby translated_code.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published