Thread: Importing Other Languages To C

  1. #1
    Registered User Strykewarrior's Avatar
    Join Date
    Mar 2002
    Posts
    1

    Question Importing Other Languages To C

    [COLOR=darkblue][B]Hi. I was wondering if it is possible somehow to import other programming languages to C. I'm currently making a game, and I need to import my *.WDL file. WDL (World Definition Language) is something I picked up somewhere and is really easy to learn. I was hoping to use it for my world maps, etc..

    Thanks a lot.

  2. #2
    Unregistered
    Guest
    You need to code a parser to read the commands found in this file. Go to GameDev.net or Google and do a search on scripting language tutorials.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    you could code a reader into your prorgam. it shouldnt be that hard if the language is easy to learn.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Why C Matters
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 136
    Last Post: 01-16-2008, 09:09 AM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM
  4. Languages
    By KrAzY CrAb in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 02-18-2003, 12:23 PM
  5. Programming Languages
    By DarkViper in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 12-12-2002, 02:28 PM