Results 1 to 9 of 9

Thread: A Few Q's And A's

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    First Of All Hello

    Over my time here i have noticed a few people requesting how to make it so ujust ur app (in vb) can have its own different coloured caption bar (any colours) and at any angle. Well i have the answer and if u mail me at:

    [email protected]

    And i will send it to you.

    Secondly

    How can and do people like PowerBASIC, DarkBASIC make their compilers. Is it possible for someone like me to make a compiler ?, (if i had the knowledege, or someone like Megatron, Kedaman, Fox, Parksie ) ????

    Q. Is it hard to make ur own programming language ?

    A. Probably ?

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    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
    -Shickadance

  3. #3
    Guest
    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.

  4. #4
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    Of course ... it is mush easier to write a Interpreted/Scripting language like old GWBASIC etc. No need for a compiler!
    -Shickadance

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    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 ?

  6. #6
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    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
    -Shickadance

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    What about a BASIC compiler ?

  8. #8
    Guest
    All sounds very interesting - But is it only able to be done in C, using a C complier??

  9. #9

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    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
  •  



Click Here to Expand Forum to Full Width