User talk: Maso

From LibrePlanet
Jump to: navigation, search

GGDL Language

Hi:

You know my english language is so week Thus I always try to write in my mother language so here is the little describtion about a language which we made for our graphics class. We called it GGDL becaus it is Graphics Describtion Language and the first G stands for our groups name. This languge is too simpal but it is good idea to create a language to help students to undrestand their course easier than usual. By the way recall that this is a language that simulate some graphics function(There are several language with which you can simulate special things in your course such as C-- which is used in Opereating System). Here is a simpal code of our language:

<animation>

       <object>
               <points>
                       (-10,200)(200,-200)(200,-10)(200,10)
               </points>
               <color>250,250,250</color>
       </object>
       <transformation>
               <tran>
                       <step>30</step>
                       <coef>2,1,50,0,1,0</coef>
                       <color>100,100,100</color>
               </tran>
               <tran>
                       <step>30</step>
                       <coef>1,0,-5,-1,1,0</coef>
                       <color>0,0,250</color>
               </tran>
               <tran>
                       <step>40</step>
                       <coef>1,-1,0,-1,1,0</coef>
                       <color>255,2,255</color>
               </tran>
       </transformation>

</animation> If you are intrest to have the source files or to have more information about it you can send me your request, My email address is :

          masoj@walla.com
Also if you are working on the same project let me know. May be I could help you insted of all information that you will give me.


سلام بدون مقدمه باید بگم زبان های زیادی در دنیا ساخته شده چه با کاربرد های خاص و چه با کاربرد های ویزه از طرفی همه روزه هم به لیست زبان ها افزوده می شود و این هم بی دلیل نیست چرا که امروزه طراحی و بیاده سازی یک زبان در طول یک ترم درسی هم ممکن شده ما هم به نوبه خود اقدام به طراحی یک زبان کردیم که در توصیف اعمال گرافیکی بسایار مناسب است یک کد از این زبان به فرم زیر است <animation>

       <object>
               <points>
                       (-10,200)(200,-200)(200,-10)(200,10)
               </points>
               <color>250,250,250</color>
       </object>
       <transformation>
               <tran>
                       <step>30</step>
                       <coef>2,1,50,0,1,0</coef>
                       <color>100,100,100</color>
               </tran>
               <tran>
                       <step>30</step>
                       <coef>1,0,-5,-1,1,0</coef>
                       <color>0,0,250</color>
               </tran>
               <tran>
                       <step>40</step>
                       <coef>1,-1,0,-1,1,0</coef>
                       <color>255,2,255</color>
               </tran>
       </transformation>

</animation>

در مورد چگونگی برنامه نوشتن با این زبان و اجزای ان مفصل بحث داره که اگه مایل باشید به اذدرس الکترونیکی من که در زیر امده در خواستتون رو بدبد تا براتون توضیحات بیشتری بفرستم masoj@wala.com

Compileres

Hello:

Wide specrum of compilers today is the main reson to ...

Some programming languages

Pascal is bade becuase: 1-It is too diffecult to write so mush:

For example begin end as a block can ..