1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/module/language/brainfuck
Andy Wingo f711ab85b2 Add compiler chooser implementation; fix bugs with previous commit
* module/system/base/compile.scm (next-pass): Invoke the language's
  compiler chooser if there is more than one compiler.
  (compute-compiler): Ensure from and to are languages.
* module/system/base/language.scm (<language>): Add compiler-chooser
  field.
* module/language/brainfuck/spec.scm (choose-compiler, brainfuck):
  Define a compiler chooser.
2020-05-08 22:56:37 +02:00
..
compile-scheme.scm Fix brainfuck->scheme compiler. 2013-12-02 19:02:38 +01:00
compile-tree-il.scm rename <application> to <call> 2011-06-02 13:42:55 +02:00
parse.scm Fix brainfuck comment 2013-12-02 19:02:38 +01:00
spec.scm Add compiler chooser implementation; fix bugs with previous commit 2020-05-08 22:56:37 +02:00