Related articles |
---|
Compiler Companies in Australia karendavis@campus.ie (Karen) (2005-05-20) |
Re: Compiler Companies in Australia nospam@mega-nerd.com (Erik de Castro Lopo) (2005-05-20) |
Re: Compiler Companies in Australia nospam@mega-nerd.com (Erik de Castro Lopo) (2005-05-21) |
Re: Compiler Companies in Australia rafe@cs.mu.oz.au (2005-05-21) |
Re: Compiler Companies in Australia bear@sonic.net (Ray Dillinger) (2005-06-26) |
Re: Compiler Companies in Australia walter@bytecraft.com (Walter Banks) (2005-07-02) |
Re: Compiler Companies in Australia stevenb@suse.de (Steven Bosscher) (2005-07-03) |
Re: Compiler Companies in Australia walter@bytecraft.com (Walter Banks) (2005-07-11) |
From: | Erik de Castro Lopo <nospam@mega-nerd.com> |
Newsgroups: | comp.compilers |
Date: | 21 May 2005 00:00:30 -0400 |
Organization: | Erik Secret Conspiracy Labs |
References: | 05-05-187 |
Keywords: | jobs |
Posted-Date: | 21 May 2005 00:00:30 EDT |
Karen wrote:
> .... I'm extremely interested in
> compilers and parsers and would like to continue in this area when I
> graduate. I'm heading to Australia for a years working holiday and
> I'm hoping ...
You are unlikely to find a company that specializes in
compilers. However its not unusual for companies to have a compiler.
For instance, I wrote a compiler for the company I work for. It lexes
and parses a text file generating an internal data structure (ie
AST). It then does some transformations on that data structure and
then writes out a state transition table for a state machine that runs
on an embedded device. In other words, a compiler.
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.