Displaying 3 results from an estimated 3 matches for "sablecc".
2000 Apr 27
0
Patch for supporting "-L" option in scp
...;-L" option, to use a non-privileged port, is missing in "scp". Here is a
simple patch that implements this option.
Etienne
--
----------------------------------------------------------------------
Etienne M. Gagnon, M.Sc. e-mail: egagnon at j-meg.com
Author of SableCC: http://www.sable.mcgill.ca/sablecc/
----------------------------------------------------------------------
Index: 0.1/scp.c
--- scp.c
+++ scp.c
@@ -103,6 +103,10 @@
/* This is the port to use in contacting the remote site (is non-NULL). */
char *port = NULL;
+/* This is set to...
2000 May 27
0
Could somebody check-in my patch for "scp -L" please?
...v&m=95685065722849&w=2
If there's any issue, please tell me about it. I am willing to help as
much as I can.
Thanks!
Etienne
--
----------------------------------------------------------------------
Etienne M. Gagnon, M.Sc. e-mail: egagnon at j-meg.com
Author of SableCC: http://www.sable.mcgill.ca/sablecc/
----------------------------------------------------------------------
2010 Mar 30
0
[LLVMdev] Google Summer of Code Project Idea
...mitments are that I've applied to several different REU
programs. If one of them accepts me, I will take it, but otherwise I
will be free to work full-time on this language frontend.
I've attached the tarball containing my progress so far. I have a
lexer+parser generated in Java by SableCC, will be writing the main
compiler in Scala, have done some work on the type system and type
inference, and have made SWIG bindings to link the JVM to LLVM. What
does everyone/the-applicable-people think? Currently my language spec
consists of notes in a notebook documented my design, should...