政大機構典藏-National Chengchi University Institutional Repository(NCCUR):Item 140.119/52777
English  |  正體中文  |  简体中文  |  Post-Print筆數 : 27 |  全文笔数/总笔数 : 112871/143842 (78%)
造访人次 : 49952446      在线人数 : 793
RC Version 6.0 © Powered By DSPACE, MIT. Enhanced by NTU Library IR team.
搜寻范围 查询小技巧:
  • 您可在西文检索词汇前后加上"双引号",以获取较精准的检索结果
  • 若欲以作者姓名搜寻,建议至进阶搜寻限定作者字段,可获得较完整数据
  • 进阶搜寻
    政大機構典藏 > 資訊學院 > 資訊科學系 > 學位論文 >  Item 140.119/52777


    请使用永久网址来引用或连结此文件: https://nccur.lib.nccu.edu.tw/handle/140.119/52777


    题名: 利用模型驅動技術快速產生領域專屬語言之執行與偵錯環境
    Rapid generation of executing and debugging environments for Domain-Specific languages based on Model-Driven technology
    作者: 趙仁鋒
    Chao, Jen Feng
    贡献者: 陳正佳
    Chen, Chen Chia
    趙仁鋒
    Chao, Jen Feng
    关键词: 執行
    偵錯
    生成
    專屬領域語言
    自然語意
    Executing
    Debugging
    Generation
    Domain-Specific Language
    Natural Semantic
    日期: 2011
    上传时间: 2012-04-17 09:16:54 (UTC+8)
    摘要: 領域專屬語言的設計理念是希望能夠協助使用者在特定領域上解決特定問題。然而,大多數領域專屬語言的開發環境與工具均非常貧乏,這將會增加使用者在開發程式上的困難。
    所以本研究利用模型導向技術來建構一套生成系統,使用者只要輸入領域專屬語言的語意以及偵錯定義,就能快速生成語言的執行與偵錯環境,並提供完善的操作介面,輔助使用者加快程式開發的速度。
    The purpose of creating domain-specific languages (DSLs) is to help user solve problems in a particular domain. However, most DSLs are lack of development environments and tools, which would be more difficult to develop programs.
    This thesis is aimed to develop a generating system based on model-driven technology. Given the semantics and debugging definitions of a domain-specific language, the system would be able to generate an executing and debugging environment for the language with friendly user interface, thus improving efficiency and productivity of using the language.
    參考文獻: [1] A. van Deursen, P. Klint, and J. Visser, "Domain-specific languages: an annotated bibliography," SIGPLAN Not., vol35, no 6, pp. 26-36, 2000.
    [2] O. M. G. Inc., "Omg model driven architecture." http://www.omg.org/mda/, 2011.
    [3] E. Foundation, "Eclipse.". http://www.eclipse.org/, 2012.
    [4] D. Wright, and C. Windatt, "Debug platform: The basics." http://www.eclipse.org/eclipse/debug/documents/ec_2008/Debug_Tutorial_Basic_2008.ppt, 2008.
    [5] F. N. Hanne Riis Nielson, Semantics with Applications: An Appetizer. Springer, 2007.
    [6] G. Winskel, The Formal Semantics of Programming Languages. MIT Press, 1993.
    [7] G. D. Plotkin, "A structural approach to operational semantics," J. Log. Algebr. Program, vol. 60-61, pp. 17-139, 2004.
    [8] G. Kahn, "Natural semantics," in STACS (F.-J. Brandenburg, G. Vidal-Naquet, and M. Wirsing, eds.), vol. 247 of Lecture Notes in Computer Science, pp. 22-39, Springer, 1987.
    [9] R. S. Alfred V. Aho and J. D. Ullman, Compilers: principles, techniques, and tools. Addison-Wesley Longman Publishing Co., Inc., 2nd ed., 2006.
    [10] "The lex & yacc page." http://dinosaur.compilertools.net/.
    [11] "Relational meta-language and tools." http://www.ida.liu.se/~pelab/rml/, 2008.
    [12] "k-framework." http://code.google.com/p/k-framework/, 2011.
    [13] "Asf+sdf." http://www.meta-environment.org/Meta-Environment/ASF%2bSDF, 2010.
    [14] "Stratego/xt." http://strategoxt.org/, 2011.
    [15] "The txl programming language." http://www.txl.ca/, 2011.
    [16] D. Prawitz, Natural Deduction: A Proof-Theoretical Study. Dover Publications, 2006.
    [17] T. Despeyroux, "Typol: A formalism to implement natural semantics," research report, INRIA Sophia-Antipolis, 1988.
    [18] M. Pettersson, Compiling Natural Semantics, vol. 1549 of Lecture Notes in Computer Science. Springer, 1999.
    [19] A. Blewitt, "Getting started with eclipse plug-ins: understanding extension points." http://www.eclipsezone.com/
    [20] "Eclipse java development tools." http://www.eclipse.org/jdt/, 2012.
    [21] "Plug-in development environment." http://www.eclipse.org/, 2012.
    [22] T.E. Foundation, "Xtext." http://www.eclipse.org/Xtext/, 2011.
    [23] "Eclipse modeling framework project." http://eclipse.org/modeling/emf/, 2012.
    [24] T. Parr, "Antlr parser generator." http://www.antlr.org/, 2012.
    [25] T. E. Foundation, "Xtend." http://www.eclipse.org/Xtext/xtend/, 2011.
    [26] "Dsl debugging framework." http://students.cis.uab.edu/wuh/DDF/index.html, 2008.
    [27] "Eprovide." http://eprovide.sourceforge.net/, 2008.
    [28] "Spoofax." http://strategoxt.org/Spoofax, 2011.
    [29] R. T. Lindeman, L. C. L. Kats, and E. Visser, "Declaratively defining domain-specific language debuggers." in Generative Programming and Component Engineering, 7th International Conference, GPCE 2011, Proceedings (E. Denney and U. P. Schultz, eds.), ACM, 2011.
    [30] M. Fowler, "Domain specific language." http://www.martinfowler.com/bliki/DomainSpecificLanguage.html, 2009.
    [31] H. Wu, J. Gray, and M. Mernik, "Grammar-driven generation of domain-specific language debuggers," Software : Practice and Experience, vol.38, pp. 1073-1103, 2008.
    [32] D. A. Sadilek and G. Wachsmuth, "Prototyping visual interpreters and debuggers for domain-specific modelling languages," in Proceedings of the 4th European conference on Model Driven Architecture: Foundations and Applications, ECMDA-FA `08, (Berlin, Heidelberg), pp. 63-78, Springer-Verlag, 2008.
    [33] J. F. Andreas Blunk and D. A. Sadilek, "Modelling a debugger for an imperative voice controllanguage," in Proceedings of the 14th international SDL conference on Design for motes and mobiles, SDL`09, (Berlin, Heidelberg), pp. 149-164, Springer-Verlag, 2009.
    [34] J. Heering, R. H. Hendriks, P. Klint, and J. Rekers, "The syntax definition formalism sdf," SIGPLAN Not. 24, pp. 43-75, November 1989.
    [35] H. Wu, J. Gray, S. Roychoudhury and M. Mernik, "Weaving a debugging aspect into domain-specific language grammars," in Proceedings of the 2005 ACM symposium on Applied computing, SAC `05, pp. 1370-1374, ACM, 2005.
    [36] G. Kiczales, J. Lamping, and etc. "Aspect-oriented programming," in European Conference on Object-Oriented Programming(ECOOP), pp. 220-242, June 1997.
    [37] M. T. Robin Milner and R. Harper, The Definition of Standard ML. The MIT Press, 1997.
    [38] T. E. Foundation, "We have lift-off: The launching framework in eclipse," http://www.eclipse.org/articles/
    [39] D. Wright and B. Freeman-Benson, "How to write an eclipse debugger," http://www.eclipse.org/articles/
    [40] M. Odersky, "The scala programming language." http://www.scala-lang.org/, 2012.
    描述: 碩士
    國立政治大學
    資訊科學學系
    96753019
    100
    資料來源: http://thesis.lib.nccu.edu.tw/record/#G0967530191
    数据类型: thesis
    显示于类别:[資訊科學系] 學位論文

    文件中的档案:

    档案 大小格式浏览次数
    019101.pdf2167KbAdobe PDF21033检视/开启


    在政大典藏中所有的数据项都受到原著作权保护.


    社群 sharing

    著作權政策宣告 Copyright Announcement
    1.本網站之數位內容為國立政治大學所收錄之機構典藏,無償提供學術研究與公眾教育等公益性使用,惟仍請適度,合理使用本網站之內容,以尊重著作權人之權益。商業上之利用,則請先取得著作權人之授權。
    The digital content of this website is part of National Chengchi University Institutional Repository. It provides free access to academic research and public education for non-commercial use. Please utilize it in a proper and reasonable manner and respect the rights of copyright owners. For commercial use, please obtain authorization from the copyright owner in advance.

    2.本網站之製作,已盡力防止侵害著作權人之權益,如仍發現本網站之數位內容有侵害著作權人權益情事者,請權利人通知本網站維護人員(nccur@nccu.edu.tw),維護人員將立即採取移除該數位著作等補救措施。
    NCCU Institutional Repository is made to protect the interests of copyright owners. If you believe that any material on the website infringes copyright, please contact our staff(nccur@nccu.edu.tw). We will remove the work from the repository and investigate your claim.
    DSpace Software Copyright © 2002-2004  MIT &  Hewlett-Packard  /   Enhanced by   NTU Library IR team Copyright ©   - 回馈