VS Support for Oz
Yves Jaradin
yjaradin at info.ucl.ac.be
Fri Oct 6 09:01:28 CEST 2006
Jason Sanchez wrote:
> I’d be interested in building a Visual Studio addin for Oz support.
> I’d like to know what the interest would be for something like this.
>
> I would need the LEXX/YACC language specification for Oz in order to
> provide syntax highlighting. The sources for the debugger and Oz
> compiler are already available, so I’d be able to provide integrated
> debugger support as well.
>
> Feedback?
>
> --Jason Sanchez
>
>------------------------------------------------------------------------
>
>_________________________________________________________________________________
>mozart-hackers mailing list mozart-hackers at mozart-oz.org
>http://www.mozart-oz.org/mailman/listinfo/mozart-hackers
>
For the lex/yacc specs, see parser.yy and scanner.ll in
platform/emulator/ in the source archive.
Good luck integrating the compiler and debugger. They are written in Oz
but the code is quite hard to understand. Pay also attention to the fact
that the Oz compiler targets the Mozart Virtual Machine meaning that
linking code written in Oz with code in any other language requires a
*lot* of work.
Yves
More information about the mozart-hackers
mailing list