JP2007525733A - プログラムツリー内でカテゴリ別にノードを編成し操作する方法およびシステム - Google Patents
プログラムツリー内でカテゴリ別にノードを編成し操作する方法およびシステム Download PDFInfo
- Publication number
- JP2007525733A JP2007525733A JP2006514936A JP2006514936A JP2007525733A JP 2007525733 A JP2007525733 A JP 2007525733A JP 2006514936 A JP2006514936 A JP 2006514936A JP 2006514936 A JP2006514936 A JP 2006514936A JP 2007525733 A JP2007525733 A JP 2007525733A
- Authority
- JP
- Japan
- Prior art keywords
- node
- category
- child
- program tree
- receiving
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/33—Intelligent editors
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Stored Programmes (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
1.字句解析
2.構文解析
3.意味解析
4.中間コード生成
5.コード最適化
6.最終コード生成
cTable=1.0;
を、変数(cTable)、演算子(=)、定数(1.0)、およびセミコロンとして識別する。変数、演算子、定数、およびセミコロンは、高級言語の字句である。
Claims (40)
- プログラムを表すプログラムツリーを格納するコンピュータ読取可能な媒体であって、前記プログラムツリーは、
前記プログラムツリーによって表される前記プログラムの演算子を表す親ノードと、
前記親ノードの前記演算子のオペランドを表し、各々がカテゴリを有して該カテゴリ別に編成される複数の子ノードと
を備えたことを特徴とするコンピュータ読取可能な媒体。 - 前記親ノードはカテゴリデータ構造によって前記子ノードの各々を参照し、前記カテゴリデータ構造の各々は前記対応するカテゴリを有する子ノードを参照することを特徴とする請求項1に記載のコンピュータ読取可能な媒体。
- 前記参照はポインタによることを特徴とする請求項2に記載のコンピュータ読取可能な媒体。
- 前記親ノードは前記カテゴリデータ構造の複数のインスタンスを指し、前記カテゴリデータ構造の各々のインスタンスは前記対応するカテゴリを有する子ノードを参照することを特徴とする請求項1に記載のコンピュータ読取可能な媒体。
- 1つの子ノードは、そのカテゴリ別に編成される1つ以上の子ノードを有することを特徴とする請求項1に記載のコンピュータ読取可能な媒体。
- 1つの親ノードは1つのノードタイプを有し、各ノードタイプはその子ノードについて定義されたカテゴリを有することを特徴とする請求項1に記載のコンピュータ読取可能な媒体。
- コンピュータシステムにおいてプログラムを表すプログラムツリーを生成する方法であって、
前記プログラムツリーに親ノードを提供するステップと、
前記親ノードについて、各々がカテゴリを有する子ノードを提供するステップと、
複数のカテゴリの各々について、該カテゴリへの参照を前記親ノードに関連付けるステップと、
前記子ノードの各々について、前記子ノードへの参照を前記子ノードの前記カテゴリに関連付けるステップと
を備え、前記親ノードの前記子ノードは、そのカテゴリに従って編成されることを特徴とする方法。 - そのカテゴリへの前記参照は、そのカテゴリのカテゴリデータ構造への参照であることを特徴とする請求項7に記載の方法。
- 前記子ノードへの前記参照は、そのカテゴリの前記カテゴリデータ構造に記憶されることを特徴とする請求項8に記載の方法。
- 前記親ノードにそのカテゴリへの参照を関連付けるステップは、前記親ノードに対してそのカテゴリのカテゴリデータ構造を生成するステップを含むことを特徴とする請求項7に記載の方法。
- 前記子ノードへの前記参照は、そのカテゴリの前記カテゴリデータ構造内に記憶されることを特徴とする請求項10に記載の方法。
- 前記プログラムツリーに子ノードを追加する指示を受け取るステップと、
前記親ノードに関連付けることのできるカテゴリの指示を提供するステップと、
前記子ノードの前記カテゴリが追加されるとき、前記指示されたカテゴリのうちの1つのカテゴリの選択を受け取るステップと
をさらに備えたことを特徴とする請求項7に記載の方法。 - 前記プログラムツリーに子ノードを追加する前記指示を受け取るステップは、前記親ノードの選択をユーザから受け取るステップと、前記選択された親ノードに子ノードを追加する指示を前記ユーザから受け取るステップとを含むことを特徴とする請求項12に記載の方法。
- 前記親ノードの選択を前記ユーザから受け取るステップは、前記親ノードが子ノードを現に有さないときに実行されることを特徴とする請求項13に記載の方法。
- 前記プログラムツリーに子ノードを追加する指示を受け取るステップは、
現在の子ノードの選択をユーザから受け取るステップと、前記現在の子ノードの兄弟ノードを追加する指示を前記ユーザから受け取るステップとを含むことを特徴とする請求項12に記載の方法。 - 前記選択された現在の子ノードと追加される子ノードとは、同じカテゴリを有することを特徴とする請求項15に記載の方法。
- 前記プログラムツリーの各ノードは、1つのノードタイプを有し、各ノードタイプはそのノードタイプのノードに関連付けることができるカテゴリを有することを特徴とする請求項7に記載の方法。
- 前記各ノードタイプに対するカテゴリは、前記プログラムツリーのスキーマで指定されることを特徴とする請求項17に記載の方法。
- コンピュータシステムにおいてプログラムを表すプログラムツリーを改変する方法であって、
前記プログラムツリーのノード表現を表示するステップと、
前記表示されたノード表現から前記プログラムツリーのノードを選ぶ選択をユーザから受け取るステップであって、前記選択は、前記プログラムツリーに前記選ばれたノードの子ノードを追加することを示すステップと、
前記子ノードのカテゴリの指示を前記ユーザから受け取るステップと、
前記プログラムツリーに、前記選ばれたノードの子ノードとしてノードを追加するステップと
を備え、前記選ばれたノードの子ノードは、そのカテゴリ別に編成されることを特徴とする方法。 - 前記ノードの選択は、前記ノードの下位選択であることを特徴とする請求項19に記載の方法。
- 前記選ばれたノードは、選ばれたときに子ノードを有さないことを特徴とする請求項19に記載の方法。
- 前記選ばれたノードは、選ばれたときに子ノードを有することを特徴とする請求項19に記載の方法。
- プログラムを表すプログラムツリーを生成するためのコンピュータシステムであって、
カテゴリへの参照を親ノードに関連付ける手段と、
前記親ノードの複数の子ノードへの参照を各カテゴリに関連付ける手段と
を備え、前記親ノードの子ノードは、そのカテゴリに従って編成されることを特徴とするコンピュータシステム。 - 前記カテゴリへの参照は、そのカテゴリのカテゴリデータ構造への参照であることを特徴とする請求項23に記載のシステム。
- 前記子ノードへの参照は、そのカテゴリの前記カテゴリデータ構造に記憶されることを特徴とする請求項24に記載のシステム。
- 前記カテゴリへの参照を前記親ノードに関連付ける手段は、前記親ノードに対するそのカテゴリのカテゴリデータ構造を生成する手段を含むことを特徴とする請求項23に記載のシステム。
- 前記子ノードへの参照は、そのカテゴリの前記カテゴリデータ構造に記憶されることを特徴とする請求項26に記載のシステム。
- 前記プログラムツリーに子ノードを追加する指示を受け取る手段と、
前記親ノードに関連付けることができるカテゴリの指示を提供する手段と、
前記子ノードの前記カテゴリが追加されるとき、前記指示されたカテゴリの1つの選択を受け取る手段と
をさらに備えたことを特徴とする請求項23に記載のシステム。 - 前記プログラムツリーに子ノードを追加する指示を受け取る手段は、前記親ノードの選択をユーザから受け取る手段と、前記選ばれた親ノードに子ノードを追加する指示を前記ユーザから受け取る手段とを含むことを特徴とする請求項28に記載のシステム。
- 前記親ノードの選択を前記ユーザから受け取る手段は、前記親ノードが子ノードを現に有さないときに生じることを特徴とする請求項29に記載のシステム。
- 前記プログラムツリーに子ノードを追加する前記指示を受け取る手段は、現在の子ノードの選択をユーザから受け取る手段と、前記現在の子ノードの兄弟ノードを追加する指示をユーザから受け取る手段とを含むことを特徴とする請求項28に記載のシステム。
- 前記プログラムツリーの各ノードは1つのノードタイプを有し、各ノードタイプはそのノードタイプのノードと関連付けることができるカテゴリを有することを特徴とする請求項23に記載のシステム。
- 前記各ノードタイプのカテゴリは、前記プログラムツリーのスキーマで指定されることを特徴とする請求項32に記載のシステム。
- プログラムを表すプログラムツリーを改変する方法をコンピュータシステムに実行させるよう制御する命令を格納したコンピュータ読取可能な媒体であって、前記方法は、
前記プログラムツリーのノードの表現を表示するステップと、
前記表示された表現からプログラムツリーのノードを選ぶ選択をユーザから受け取るステップであって、前記選択は前記プログラムツリーに前記選ばれたノードの子ノードを追加することを示すステップと、
前記子ノードのカテゴリの指示を前記ユーザから受け取るステップと、
前記プログラムツリーに前記選ばれたノードの子ノードとして1つのノードを追加するステップと
を備え、前記選ばれたノードの子ノードは、そのカテゴリ別に編成されることを特徴とするコンピュータ読取可能な媒体。 - 前記ノードの選択は、前記ノードの下位選択であることを特徴とする請求項34に記載のコンピュータ読取可能な媒体。
- 前記選ばれたノードは、選ばれたときに子ノードを有さないことを特徴とする請求項34に記載のコンピュータ読取可能な媒体。
- 前記選ばれたノードは、選ばれたときに子ノードを有することを特徴とする請求項34に記載のコンピュータ読取可能な媒体。
- 前記ノードの選択を受け取った後、子ノードの可能なカテゴリの指示を表示するステップをさらに備えたことを特徴とする請求項34に記載のコンピュータ読取可能な媒体。
- 1つの親ノードは1つのノードタイプを有し、そのノードタイプのノードの子ノードに対する前記カテゴリはスキーマに記憶されることを特徴とする請求項34に記載のコンピュータ読取可能な媒体。
- 前記スキーマは、前記プログラムツリーの一部分であることを特徴とする請求項39に記載のコンピュータ読取可能な媒体。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/456,957 US7165238B2 (en) | 2003-06-06 | 2003-06-06 | Method and system for organizing and manipulating nodes by category in a program tree |
PCT/US2004/016193 WO2004114054A2 (en) | 2003-06-06 | 2004-05-21 | Method and system for organizing nodes by category in a program tree |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010007422A Division JP2010146583A (ja) | 2003-06-06 | 2010-01-15 | プログラムツリー内でカテゴリ別にノードをまとめる方法及びシステム |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2007525733A true JP2007525733A (ja) | 2007-09-06 |
Family
ID=33490268
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006514936A Pending JP2007525733A (ja) | 2003-06-06 | 2004-05-21 | プログラムツリー内でカテゴリ別にノードを編成し操作する方法およびシステム |
JP2010007422A Pending JP2010146583A (ja) | 2003-06-06 | 2010-01-15 | プログラムツリー内でカテゴリ別にノードをまとめる方法及びシステム |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010007422A Pending JP2010146583A (ja) | 2003-06-06 | 2010-01-15 | プログラムツリー内でカテゴリ別にノードをまとめる方法及びシステム |
Country Status (6)
Country | Link |
---|---|
US (2) | US7165238B2 (ja) |
EP (1) | EP1631877A4 (ja) |
JP (2) | JP2007525733A (ja) |
AU (1) | AU2004250583B2 (ja) |
CA (1) | CA2528394C (ja) |
WO (1) | WO2004114054A2 (ja) |
Families Citing this family (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7441206B2 (en) * | 2004-06-14 | 2008-10-21 | Medical Simulation Corporation | 3D visual effect creation system and method |
US8914770B2 (en) * | 2006-01-26 | 2014-12-16 | International Business Machines Corporation | Generating compatible partner processes in BPEL |
US8640086B2 (en) * | 2006-12-29 | 2014-01-28 | Sap Ag | Graphical user interface system and method for presenting objects |
US8245196B2 (en) * | 2007-08-13 | 2012-08-14 | Toyota Motor Engineering & Manufacturing North America, Inc. | Method for visualizing the execution of a software program |
US20090182689A1 (en) * | 2008-01-15 | 2009-07-16 | Microsoft Corporation | Rule-based dynamic operation evaluation |
US8490050B2 (en) * | 2008-04-17 | 2013-07-16 | Microsoft Corporation | Automatic generation of user interfaces |
US8346738B2 (en) * | 2008-12-30 | 2013-01-01 | International Business Machines Corporation | Verification of data categorization |
US9298427B2 (en) | 2010-01-06 | 2016-03-29 | Microsoft Technology Licensing, Llc. | Creating inferred symbols from code usage |
US20120209800A1 (en) * | 2011-02-11 | 2012-08-16 | Microsoft Corporation | Business rules |
CN103049444B (zh) | 2011-10-12 | 2016-09-28 | 阿里巴巴集团控股有限公司 | 一种数据信息分类结构的存储方法和系统 |
US20130152061A1 (en) * | 2011-12-12 | 2013-06-13 | Microsoft Corporation | Full fidelity parse tree for programming language processing |
US9286038B2 (en) | 2013-06-19 | 2016-03-15 | Microsoft Technology Licensing, Llc | Interface development and operation |
US9952843B2 (en) * | 2014-05-15 | 2018-04-24 | Nvidia Corporation | Partial program specialization at runtime |
US9389848B2 (en) | 2014-06-28 | 2016-07-12 | Vmware, Inc. | Scheduling a plan of operations in a datacenter |
US9442714B2 (en) | 2014-06-28 | 2016-09-13 | Vmware, Inc. | Unified visualization of a plan of operations in a datacenter |
US9529980B2 (en) | 2014-06-28 | 2016-12-27 | Vmware, Inc. | Deduplication of end user license agreements |
US9389847B2 (en) * | 2014-06-28 | 2016-07-12 | Vmware, Inc. | Selection of relevant software bundles |
US9678724B2 (en) * | 2015-05-29 | 2017-06-13 | Intentional Software Corporation | System and method for combining text editing and tree encoding for computer programs |
CN107291521B (zh) * | 2016-03-31 | 2020-12-04 | 阿里巴巴集团控股有限公司 | 编译计算机语言的方法和装置 |
DE202017003225U1 (de) | 2017-06-19 | 2017-08-24 | Rudolf Gumpp | Probenteiler |
US10871950B2 (en) * | 2019-05-16 | 2020-12-22 | Microsoft Technology Licensing, Llc | Persistent annotation of syntax graphs for code optimization |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS61282934A (ja) * | 1985-06-07 | 1986-12-13 | Hitachi Ltd | ソフトウェア仕様管理方法 |
JPH02121030A (ja) * | 1988-09-26 | 1990-05-08 | Internatl Business Mach Corp <Ibm> | 接続方法、ノード接続方法、データ処理方法、及び木内にノードを挿入する方法 |
JPH0317741A (ja) * | 1989-06-14 | 1991-01-25 | Fuji Xerox Co Ltd | プログラム作成支援装置 |
JPH05150970A (ja) * | 1991-11-29 | 1993-06-18 | Fujitsu Ltd | プログラム作成支援装置 |
JPH05224904A (ja) * | 1992-02-10 | 1993-09-03 | Fuji Xerox Co Ltd | グラフィカル・ユーザインターフェースの編集装置 |
JPH07182147A (ja) * | 1993-10-29 | 1995-07-21 | Microsoft Corp | コンピュータプログラムを発生する方法及びシステム |
JPH07200587A (ja) * | 1993-12-28 | 1995-08-04 | Canon Inc | 文書編集装置 |
JPH08292880A (ja) * | 1994-12-05 | 1996-11-05 | Internatl Business Mach Corp <Ibm> | オブジェクト指向環境でプログラムを効率的に作成するための方法およびシステム |
JP2000020296A (ja) * | 1998-07-07 | 2000-01-21 | Matsushita Electric Ind Co Ltd | プログラム変更支援装置 |
WO2001098927A2 (en) * | 2000-06-21 | 2001-12-27 | Microsoft Corporation | Authoring arbitrary xml documents using dhtml and xslt |
Family Cites Families (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5768564A (en) * | 1994-10-07 | 1998-06-16 | Tandem Computers Incorporated | Method and apparatus for translating source code from one high-level computer language to another |
CA2214972C (en) * | 1995-02-22 | 2000-07-18 | Agust Sverrir Egilsson | Graphical environment for managing and developing applications |
US5581696A (en) * | 1995-05-09 | 1996-12-03 | Parasoft Corporation | Method using a computer for automatically instrumenting a computer program for dynamic debugging |
US5813019A (en) * | 1995-07-06 | 1998-09-22 | Sun Microsystems, Inc. | Token-based computer program editor with program comment management |
US5857212A (en) * | 1995-07-06 | 1999-01-05 | Sun Microsystems, Inc. | System and method for horizontal alignment of tokens in a structural representation program editor |
US5752058A (en) * | 1995-07-06 | 1998-05-12 | Sun Microsystems, Inc. | System and method for inter-token whitespace representation and textual editing behavior in a program editor |
US5748975A (en) * | 1995-07-06 | 1998-05-05 | Sun Microsystems, Inc. | System and method for textual editing of structurally-represented computer programs with on-the-fly typographical display |
US6269475B1 (en) * | 1997-06-02 | 2001-07-31 | Webgain, Inc. | Interface for object oriented programming language |
US6055540A (en) * | 1997-06-13 | 2000-04-25 | Sun Microsystems, Inc. | Method and apparatus for creating a category hierarchy for classification of documents |
US5991756A (en) * | 1997-11-03 | 1999-11-23 | Yahoo, Inc. | Information retrieval from hierarchical compound documents |
US6745384B1 (en) * | 1998-05-29 | 2004-06-01 | Microsoft Corporation | Anticipatory optimization with composite folding |
US6253195B1 (en) * | 1998-09-21 | 2001-06-26 | Microsoft Corporation | Optimized query tree |
US6564368B1 (en) * | 1998-10-01 | 2003-05-13 | Call Center Technology, Inc. | System and method for visual application development without programming |
JP2000222188A (ja) * | 1999-01-28 | 2000-08-11 | Sony Corp | 表示制御装置および表示制御方法、並びに提供媒体 |
US6347318B1 (en) * | 1999-09-01 | 2002-02-12 | Hewlett-Packard Company | Method, system, and apparatus to improve performance of tree-based data structures in computer programs |
US7213024B2 (en) * | 2000-03-09 | 2007-05-01 | The Web Access, Inc. | Method and apparatus for accessing information within an electronic system |
US6658406B1 (en) * | 2000-03-29 | 2003-12-02 | Microsoft Corporation | Method for selecting terms from vocabularies in a category-based system |
US20020040363A1 (en) * | 2000-06-14 | 2002-04-04 | Gadi Wolfman | Automatic hierarchy based classification |
GB0029159D0 (en) * | 2000-11-29 | 2001-01-17 | Calaba Ltd | Data storage and retrieval system |
JP4710132B2 (ja) * | 2000-12-26 | 2011-06-29 | ソニー株式会社 | 情報処理システム、および情報処理方法、並びにプログラム記録媒体 |
JP4215425B2 (ja) * | 2001-11-21 | 2009-01-28 | 日本電気株式会社 | 文章管理システム、その管理方法及びそのプログラム |
US7236128B2 (en) * | 2004-06-23 | 2007-06-26 | Cognio, Inc. | System and method for locating radio emitters using self-calibrated path loss computation |
-
2003
- 2003-06-06 US US10/456,957 patent/US7165238B2/en not_active Expired - Fee Related
-
2004
- 2004-05-21 WO PCT/US2004/016193 patent/WO2004114054A2/en active Application Filing
- 2004-05-21 EP EP04753084A patent/EP1631877A4/en not_active Ceased
- 2004-05-21 JP JP2006514936A patent/JP2007525733A/ja active Pending
- 2004-05-21 CA CA2528394A patent/CA2528394C/en not_active Expired - Fee Related
- 2004-05-21 AU AU2004250583A patent/AU2004250583B2/en not_active Ceased
-
2006
- 2006-12-06 US US11/567,690 patent/US7730102B2/en not_active Expired - Fee Related
-
2010
- 2010-01-15 JP JP2010007422A patent/JP2010146583A/ja active Pending
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS61282934A (ja) * | 1985-06-07 | 1986-12-13 | Hitachi Ltd | ソフトウェア仕様管理方法 |
JPH02121030A (ja) * | 1988-09-26 | 1990-05-08 | Internatl Business Mach Corp <Ibm> | 接続方法、ノード接続方法、データ処理方法、及び木内にノードを挿入する方法 |
JPH0317741A (ja) * | 1989-06-14 | 1991-01-25 | Fuji Xerox Co Ltd | プログラム作成支援装置 |
JPH05150970A (ja) * | 1991-11-29 | 1993-06-18 | Fujitsu Ltd | プログラム作成支援装置 |
JPH05224904A (ja) * | 1992-02-10 | 1993-09-03 | Fuji Xerox Co Ltd | グラフィカル・ユーザインターフェースの編集装置 |
JPH07182147A (ja) * | 1993-10-29 | 1995-07-21 | Microsoft Corp | コンピュータプログラムを発生する方法及びシステム |
JPH07200587A (ja) * | 1993-12-28 | 1995-08-04 | Canon Inc | 文書編集装置 |
JPH08292880A (ja) * | 1994-12-05 | 1996-11-05 | Internatl Business Mach Corp <Ibm> | オブジェクト指向環境でプログラムを効率的に作成するための方法およびシステム |
JP2000020296A (ja) * | 1998-07-07 | 2000-01-21 | Matsushita Electric Ind Co Ltd | プログラム変更支援装置 |
WO2001098927A2 (en) * | 2000-06-21 | 2001-12-27 | Microsoft Corporation | Authoring arbitrary xml documents using dhtml and xslt |
Also Published As
Publication number | Publication date |
---|---|
US20040250237A1 (en) | 2004-12-09 |
AU2004250583A1 (en) | 2004-12-29 |
EP1631877A2 (en) | 2006-03-08 |
US7165238B2 (en) | 2007-01-16 |
US20070156722A1 (en) | 2007-07-05 |
EP1631877A4 (en) | 2009-09-16 |
JP2010146583A (ja) | 2010-07-01 |
CA2528394A1 (en) | 2004-12-29 |
WO2004114054A2 (en) | 2004-12-29 |
AU2004250583B2 (en) | 2008-09-04 |
US7730102B2 (en) | 2010-06-01 |
CA2528394C (en) | 2011-08-30 |
WO2004114054A3 (en) | 2009-04-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7730102B2 (en) | Method and system for organizing and manipulating nodes by category in a program tree | |
US8429525B2 (en) | Method and system for reversible design tree transformations | |
US6966054B2 (en) | Method and system for generating a computer program | |
KR101354803B1 (ko) | 유형 추론 및 유형 지향 후기 바인딩 | |
US7237226B2 (en) | Method and system for storing pending changes to data | |
US8341523B2 (en) | Method and system for providing multiple levels of help information for a computer program | |
US20040158820A1 (en) | System for generating an application framework and components | |
US20080033968A1 (en) | Methods and apparatus for input specialization | |
NO329240B1 (no) | System og fremgangsmate for forklarende definering og bruk av undergrupper innenfor dokumentkoding | |
Boujarwah et al. | Testing syntax and semantic coverage of Java language compilers | |
Rauschmayer | A recipe for more dynamic OOP: Mix a knowledge representation and prototypes | |
Tompsett | Semantic and Module Facilities for an Extensible Language System | |
Allison | D: A programming language for our time | |
van Eekelen | Rinus Plasmeijer | |
Plasmeijer et al. | Version 2.0 Language Report DRAFT! | |
Goad | Metaprogramming in Sil | |
Dollard | Outputting Code: Principle# 3: You, or someone unfamiliar with project, can regenerate your code precisely as a one-click process-now or at any point in the future | |
Dollard | Outputting Code | |
Plasmeijer et al. | Version 2.2 Language Report | |
To | Fictitious imperative language system | |
Livingstone | Domain data typing | |
van Groningen | Rinus Plasmeijer Marko van Eekelen |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090303 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090603 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20090915 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100115 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20100115 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20100201 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20100319 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100420 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100716 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20100820 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20110426 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20110506 |