-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add support for expect (as a form of tcl) #6613
Comments
If |
OK, I did this in PR #6614 |
I wonder if @donlibes is the same one who invented Expect? |
Hi @cooljeanius - spotted your ticket on the Expect sourceforge I have resolved this issue by using the |
The thing is, there are already a bunch of expect scripts out there with the |
Language name
Expect
URL of example file
https://github.com/gcc-mirror/gcc/blob/master/gcc/testsuite/lib/compat.exp
URL of syntax highlighting grammar
https://github.com/textmate/tcl.tmbundle
Most popular extensions
.exp
Detected language
None
Commentary
Expect is an extension to the Tcl scripting language, used by the dejagnu testing framework, which is in turn used to implement the testsuites for many important GNU toolchain projects, such as GCC and GDB. It can also easily be added to any project that uses
automake
by simply addingdejagnu
to theAM_INIT_AUTOMAKE([])
invocation inconfigure.ac
, and/or theAUTOMAKE_OPTIONS
variable inMakefile.am
. Note that I'm not sure if it should be treated as its own separate language, or if it would make more sense to just add.exp
to the list of supported extensions for tcl, so I'm going to hold back from submitting a PR until we can develop some consensus as to how to answer that question.Links
The text was updated successfully, but these errors were encountered: