Skip to content

Refine "ABS: Compile File" command #3

@rudi

Description

@rudi
  • Handle Emacs-style in-file option to override the default backend
  • Handle Emacs-style in-file option to specify other files to be included in compilation

These options can take one of two forms: either a commend containing a group of options on the first line of the file:

// -*- abs-target-language: java; abs-input-files: ("file1.abs" "file2.abs"); -*-

Or a comment block at the end of the file:

// Local Variables:
// abs-target-language: java
// abs-input-files: ("file1.abs" "file2.abs")
// End:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions