klayout/src/lym
Matthias Koefferlein 05f8d223ac Added a way to specify the type of a macro on files
This feature is mainly useful for command line arguments.
If you run KLayout with

  klayout -b -r myscript

it will not be able to determine the type of macro without
a suffix. You can explicitly specify a certain type by
giving the suffix implicitly:

  klayout -b -r myscript[rb]

This will read "myscript" but pretend it was "myscript.rb"
and execute it as Ruby script.

This feature is handy if you need to run a file with a
specific interpreter but cannot modify the file name.
2018-07-12 21:51:51 +02:00
..
lym Added a way to specify the type of a macro on files 2018-07-12 21:51:51 +02:00
unit_tests Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
lym.pro Finished refactoring of unit tests. Now they are modularized. 2017-08-27 08:33:02 +02:00