Jump to content

Compilador Script


pbreda
 Share

Recommended Posts

Isso teria de escrever muito código de baixo nível (código maquina).

E certamente VB.NET não seria o mais adequado porque ficaria com dependência do .NET, por este lado mais valia utilizar os métodos do .NET para compilar código .NET..

A melhor linguagem seria sem duvida C++

Comp.

Making the impossible possible and pwing the world on db at a time.

Link to comment
Share on other sites

Começa por aprender gramáticas formais e a leres o "livro do dragão": http://www.amazon.com/Compilers-Principles-Techniques-Alfred-Aho/dp/0201100886

Depois aconselho-te a aprenderes lex e yacc  ou flex e bison (http://dinosaur.compilertools.net/)

Isso deve dar-te uma boa base para começares.

10 REM Generation 48K!
20 INPUT "URL:", A$
30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50
40 PRINT "404 Not Found"
50 PRINT "./M6 @ Portugal a Programar."

 

Link to comment
Share on other sites

❝The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.❞- John Carmack on software patents

A list  of command line apps

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.