|
-
Nov 3rd, 2000, 03:51 PM
#1
Thread Starter
Frenzied Member
-
Nov 3rd, 2000, 04:02 PM
#2
Hyperactive Member
It's possible for anyone to make a compiler!
It's more of a question of what's your understanding
of the ISA and how much time do you want to spend doing it.
Most compilers are written in C/C++.
It is very hard to make your own language! esp. if you want OO
-
Nov 3rd, 2000, 04:03 PM
#3
Yes, i'm sure it's difficult to make your own programming language. If however, you want to make your own language, VB is certianly not the language for it. You would need to use C++ or Assembly or a combination of both.
-
Nov 3rd, 2000, 04:09 PM
#4
Hyperactive Member
Of course ... it is mush easier to write a Interpreted/Scripting language like old GWBASIC etc. No need for a compiler!
-
Nov 3rd, 2000, 04:12 PM
#5
Thread Starter
Frenzied Member
Any demos do u know that show how to make a very simple compiler in C++, that has no debug, just so i can see ?
-
Nov 3rd, 2000, 04:18 PM
#6
Hyperactive Member
well there really is no "simple" compiler
But, If you want to look at some compiler source code goto
http://www.delorie.com/djgpp/
it's a Freeware 32-bit C/C++ compiler.. I believe it is open source.... but I could be wrong
-
Nov 3rd, 2000, 04:27 PM
#7
Thread Starter
Frenzied Member
What about a BASIC compiler ?
-
Nov 3rd, 2000, 04:46 PM
#8
All sounds very interesting - But is it only able to be done in C, using a C complier??
-
Nov 3rd, 2000, 05:05 PM
#9
Thread Starter
Frenzied Member
I dont mind what language the compiler is made in but i would like it to be like C/C++ and it can compile BASIC
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|