US20180136914A1 - Programming Language with Extensions using a Strict Meta-Model - Google Patents

Programming Language with Extensions using a Strict Meta-Model Download PDF

Info

Publication number
US20180136914A1
US20180136914A1 US15/869,950 US201815869950A US2018136914A1 US 20180136914 A1 US20180136914 A1 US 20180136914A1 US 201815869950 A US201815869950 A US 201815869950A US 2018136914 A1 US2018136914 A1 US 2018136914A1
Authority
US
United States
Prior art keywords
user
keyword
extension
schema
programming language
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.)
Abandoned
Application number
US15/869,950
Inventor
Bruce G. Payette
Jason Shirk
Xiaoyong Zhou
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Technology Licensing LLC
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Microsoft Technology Licensing LLC filed Critical Microsoft Technology Licensing LLC
Priority to US15/869,950 priority Critical patent/US20180136914A1/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PAYETTE, BRUCE G., SHIRK, JASON, ZHOU, XIAOYONG
Publication of US20180136914A1 publication Critical patent/US20180136914A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Definitions

  • One embodiment provides the ability to decorate AST nodes with metadata information and thereby define new types of nodes by overloading of functions. Therefore, new compiler constructs do not have to be introduced.
  • FIG. 1 is a block diagram illustrating processing of source code with dynamic keywords according to one embodiment.
  • FIG. 2 illustrates a generic schema or meta-model keyword convention for keyword extensions according to one embodiment.
  • FIG. 3 is an example of a specific schema for an example “node” extension to a programming language.
  • FIG. 6 is an instance of a specific file resource based upon the dynamic keyword definition for file.
  • FIG. 8 is a flowchart illustrating a method or process for creating dynamic keywords.
  • Keyword convention 200 requires a unique keyword tag 201 .
  • the user may specify zero or more options 202 , such as parameters and types. They keyword may have a name 203 , which the user may require to be a string or expression.
  • the body comprises either a statement list 204 or a name value pair 205 .
  • FIG. 3 is an example of a specific schema 300 for a “node” extension to the programming language.
  • Dynamic keyword “node” creates a domain-specific grammar that is defined using the keyword grammar 200 . Once defined, the node dynamic keyword may be used to generate instances of a node resource in the program.
  • the keyword tag is “node” 301 , which requires a name 302 .
  • the node keyword does not allow any options since field 203 ( FIG. 2 ) is not present.
  • the body of the node dynamic keyword is a statement list 303 .
  • FIG. 4 is an instance of a specific node resource 400 based upon the dynamic keyword definition for node 300 .
  • the components of node resource 400 evaluate to the required value types of the “node” keyword ( 300 ). For example, “N1” 402 must be of type ⁇ name> 302 , and body 403 must be of type ⁇ statement list> 303 .
  • the hierarchical data representations can be created at runtime.
  • a schema processor produces the keyword definitions.
  • a document generator or execution processor does data transformation.
  • the schema processor and document generator may be independent, or they may be related, such as using the same format. In one embodiment, both the schema processor and document generator are adapted for MOF; however, by changing the document generator, different types of documents, such as XML, JSON, etc., can be created.
  • schema processor and document generator may be written in the host language so that the user does not require special access to language internals. This would allow users to write a script in the same language that is being extended.
  • the meta-model overloads the AST command node to have an extra property that identifies the name of the keyword that it came from.
  • the node that the keyword came from is encoded along with the set of keyword definitions that are allowed inside the node.
  • an exemplary system for implementing various aspects of the invention may include a general purpose computing device in the form of a computer 1000 .
  • Components may include, but are not limited to, various hardware components, such as processing unit 1001 , data storage 1002 , such as a system memory, and system bus 1003 that couples various system components including the data storage 1002 to the processing unit 1001 .
  • the system bus 1003 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by the computer 1000 .
  • Communication media typically embodies computer-readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • the computer 1000 When used in a networked or cloud-computing environment, the computer 1000 may be connected to a public or private network through a network interface or adapter 1007 .
  • a modem or other means for establishing communications over the network may be connected to the system bus 1003 via the network interface 1007 or other appropriate mechanism.
  • a wireless networking component such as comprising an interface and antenna may be coupled through a suitable device such as an access point or peer computer to a network.
  • program modules depicted relative to the computer 1000 may be stored in the remote memory storage device. It may be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

Systems and methods for extending a programming language with a set of extensions using a strict meta-model are disclosed. Embodiments provide a set of interfaces that allow a schema to be synthesized. Syntax is introduced into an existing programming language to allow the construction of schematized data objects. A schema processor module translates a schema representation into new keywords. A document generator module receives the set of keywords and produces output in a selected form. When code comprising the keyword extensions is parsed, data structure nodes represent keyword actions as a set of functions and implements those function calls with the original meta-data. A keyword definition comprises a name and an action to be taken at parse time and an action to be taken at runtime. The default action at parse time is to inject a function call into the code. The default action at runtime is to call the function.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 13/921,144, filed Jun. 18, 2013, which claims the benefit of the filing date of U.S. Provisional Patent Application No. 61/830,127, filed on Jun. 2, 2013, the disclosure of which are hereby incorporated by reference herein in their entirety.
  • BACKGROUND
  • An abstract syntax tree (AST) is a data structure used in a compiler to represent the structure of program source code. The AST is an abstract representation of the code that shows associations between nodes in a branching structure. Source code is provided to a parser at compile time, which creates an AST corresponding to the source code. The compiler can then recursively walk the AST and generate machine-readable code. When walking the tree, the compiler needs to understand each node type in order to properly generate an output.
  • The parser must recognize and understand the keywords used in the source code or it will not know how to create the AST nodes for the keywords. Traditionally, extensions to a programming language required that the keywords be hardcoded and defined in the parser to enable it to build the AST. Additionally, the compiler would have to be modified to handle a new keyword in order to generate executable code. Accordingly, existing parsers cannot handle arbitrary keywords. Instead, the parser and complier have needed to be revised to add new keywords to a language.
  • SUMMARY
  • This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
  • Embodiments provide a system and method for updating a parser to allow arbitrary keywords to be dynamically added to the language. These new keywords are bound to a transformation that rewrites the AST to contain default node types only. By rewriting to include only default node types, no changes need to be made to the code generator. ‘However, this results in a loss of information in the AST. So the AST nodes now allow for source keyword metadata to be preserved in the node as a decoration. Making the information available in this form allows tools, such as an Integrated Scripting Environment (ISE), to effectively deal with source representation without needing to understand new AST node types. This is possible because all required information is now available in the decoration.
  • One embodiment provides the ability to decorate AST nodes with metadata information and thereby define new types of nodes by overloading of functions. Therefore, new compiler constructs do not have to be introduced.
  • DRAWINGS
  • To further clarify the above and other advantages and features of embodiments of the present invention, a more particular description of embodiments of the present invention will be rendered by reference to the appended drawings. It is appreciated that these drawings depict only typical embodiments of the invention and are therefore not to be considered limiting of its scope. The invention will be described and explained with additional specificity and detail through the use of the accompanying drawings in which:
  • FIG. 1 is a block diagram illustrating processing of source code with dynamic keywords according to one embodiment.
  • FIG. 2 illustrates a generic schema or meta-model keyword convention for keyword extensions according to one embodiment.
  • FIG. 3 is an example of a specific schema for an example “node” extension to a programming language.
  • FIG. 4 is an instance of a specific node resource based upon the dynamic keyword definition for node.
  • FIG. 5 is an example of a specific schema for an example “file” extension to a programming language.
  • FIG. 6 is an instance of a specific file resource based upon the dynamic keyword definition for file.
  • FIG. 7 is a flowchart illustrating a method or process for extending a programming language using a keyword meta-model.
  • FIG. 8 is a flowchart illustrating a method or process for creating dynamic keywords.
  • FIG. 9 is flowchart illustrating a method or process for extending a programming language using dynamic keywords.
  • FIG. 10 illustrates an example of a suitable computing and networking environment for providing programming language extensions using a highly constrained meta-model.
  • DETAILED DESCRIPTION
  • Dynamic keywords allow script writers to import new keyword definitions into a programming language in a way that allows the parser to understand the keywords. The dynamic keywords can be loaded at runtime and constrained to a region of code and then unloaded. This may be implemented through a module that defines a set of keywords with associated metadata using a construction or grammar that is understood by the parser. A dynamic keyword is defined declaratively within a module, which also includes a binding between the dynamic keyword and standard functions for the programming language. These standard functions actually implement the behavior at runtime for the dynamic keyword. This information from the module is integrated into the command AST at compile time.
  • The dynamic keyword module may include code that is executed at compile time to build the nodes required in the AST. This code allows the instruction of custom extensions to the programming language. If this code is not included, then the parser executes a command call and executes the command in the dynamic keyword module. The output of the parser or compiler may be a machine-readable managed object format (MOF) file. Other output formats may be used in other embodiments, including multiple output formats, depending upon the module used to generate the output.
  • In one embodiment, a configuration automation language or shell, such as Windows PowerShell®, parser may be modified to dynamically add arbitrary keywords to the language. Each dynamic keyword is described by a DynamicKeyword data structure that contains information about the dynamic keyword. The DynamicKeyword data structure contains the following information:
      • Keyword;
      • List of properties that are available for the keyword;
      • Metadata object for the keyword and the body of the keyword; and
      • Mapping function—the function that will be invoked at execution time.
  • Any command node AST is modified to contain the following information:
      • DefiningKeyword, which points to the DynamicKeyword data structure, if the AST was synthesized out of a dynamic keyword; and
      • List of DefinedKeywords, which are additional keywords defined in the child scope.
  • Intelli-sense as used herein refers to programming tools that assist in reducing errors, such as by providing auto-completion popups, listing allowed parameters of functions, identifying syntax errors, etc. Once the above annotation is added to every command AST node, tools that provide intelli-sense, such as an editor or ISE, need not understand new types of AST. The tools can pick up the required information from the dynamic keyword's metadata and provide intelli-sense support.
  • FIG. 1 is a block diagram processing of source code with dynamic keywords according to one embodiment. Source code 101 is processed by the programming language engine or parser 102. A schema processor 103 is loaded by the engine 102. Schema processor 103 takes an instance of the schema 104 that the user has defined. The schema processor translates the schema representation into the dynamic keyword definitions within a particular region.
  • Engine 102 processes an AST for source code 101 using the schema. Engine 102 then uses a document generator 105 to interpret the AST data and at runtime creates a specific output 106. Document generator 105 is a pluggable module that may be selected by the user to generate a desired output format, such as MOF, XML, the host language of the source code, or any other format.
  • In one embodiment, the dynamic keywords may be limited to prevent users from creating arbitrary extensions to the programming language. Accordingly, there may be highly constrained set of mechanisms for generating extensions.
  • FIG. 2 illustrates a generic schema or keyword convention 200 for keyword extensions according to one embodiment. Schema 200 provides a grammar for keyword extensions in a particular language. Developers use this structure to define extensions to the language. This formatting constrains the type extensions that can be added so that users cannot extend the language in a random way.
  • Keyword convention 200 requires a unique keyword tag 201. The user may specify zero or more options 202, such as parameters and types. They keyword may have a name 203, which the user may require to be a string or expression. The body comprises either a statement list 204 or a name value pair 205.
  • Generic schema 200 is a meta-model that defines the format required to form a new dynamic keyword. The meta-model defines the things that are allowed to be expressed in the dynamic keyword model.
  • FIG. 3 is an example of a specific schema 300 for a “node” extension to the programming language. Dynamic keyword “node” creates a domain-specific grammar that is defined using the keyword grammar 200. Once defined, the node dynamic keyword may be used to generate instances of a node resource in the program. The keyword tag is “node” 301, which requires a name 302. The node keyword does not allow any options since field 203 (FIG. 2) is not present. The body of the node dynamic keyword is a statement list 303.
  • FIG. 4 is an instance of a specific node resource 400 based upon the dynamic keyword definition for node 300. The node is named “N1” 401 and includes the statement list “a=1, b=2” 403. The components of node resource 400 evaluate to the required value types of the “node” keyword (300). For example, “N1” 402 must be of type <name> 302, and body 403 must be of type <statement list> 303.
  • FIG. 5 is an example of a specific schema for a “file” extension to the programming language. Dynamic keyword “file” 500 that may be used to define a file resource. The keyword tag is “file” 501, which requires a name 502. The body of the file dynamic keyword is a set of name value pairs 503.
  • FIG. 6 is an instance of a specific file resource 600 based upon the dynamic keyword definition for file 500. The node is named “F1” 601 and includes the name value pairs “a=1, b=2” 603. The components of file resource 600 evaluate to the required value types of the “file” keyword (500). For example, “F1” 602 must be of type <name> 502. Body 603 must be of type <name value pairs> 503 in which the “name” is literally the name and the “value” is any code that evaluates to the defined value type.
  • The dynamic keywords are defined using a fixed meta-model to define instances of domain-specific grammar. This allows developers to introduce a set of extensions to a programming language, wherein users can create schematized data in a constrained format using the extensions. The meta-model avoids generalized language extensions and provides control over the types of extensions that are allowed. In one embodiment, the extensions are specifically targeted at creating hierarchical data representations that are strongly typed.
  • The hierarchical data representations can be created at runtime. A schema processor produces the keyword definitions. A document generator or execution processor does data transformation. The schema processor and document generator may be independent, or they may be related, such as using the same format. In one embodiment, both the schema processor and document generator are adapted for MOF; however, by changing the document generator, different types of documents, such as XML, JSON, etc., can be created.
  • The implementations of the schema processor and document generator may be written in the host language so that the user does not require special access to language internals. This would allow users to write a script in the same language that is being extended.
  • Using the meta-model, intelli-sense is able to provide a list of the legal types and values when a user is scripting a specific instance of a dynamic keyword. Using the meta-model, intelli-sense understands the syntax extensions that are beings used and, within a given block, is also aware of the particular resources that have been defined in that block.
  • The syntax extensions may be added without defining a new AST node. As a result, existing tools and editors will work with these extensions because no new nodes are being introduced to the AST.
  • Instead of recording new keywords or introducing new keyword node types, the meta-model overloads the AST command node to have an extra property that identifies the name of the keyword that it came from. The node that the keyword came from is encoded along with the set of keyword definitions that are allowed inside the node.
  • FIG. 7 is a flowchart illustrating a method or process for extending a programming language using a keyword meta-model. In step 701, source code for a programming language is received at a parser. The source code comprises a set of extensions to the programming language. The extensions are defined by a user according to a keyword meta-model. The keyword meta-model comprises a keyword name and an action. The action comprises an action to be taken at parse time, such as creating a function call to a function having the name of the keyword, and an action to be taken at runtime, such as calling the function.
  • In step 702, the user-defined extensions are translated using a schema processor that provides keyword definitions to the parser. A schema representation is translated using the meta-model into new keywords by the schema processor.
  • In step 703, output code is generated using a document generator that receives the keyword definitions from the parser. The document generator is an independent module that produces output in a desired format using the set of keywords.
  • In step 704, keyword actions are represented in an abstract syntax tree as a set of functions calls. In step 705, the function calls are annotated with metadata from the keyword definitions that can be used by developer tools to determine content of the source code.
  • FIG. 8 is a flowchart illustrating a method or process for creating dynamic keywords. In step 801, a dynamic keyword meta-model is provided for users to create the dynamic keywords. In step 802, the meta-model is used to create hierarchical data representations that are strongly typed and that can be used to define instances of domain-specific grammar. The hierarchical data representations comprise schematized data in a constrained format. In step 803, feedback is provided to a user. The feedback identifying valid parameters for a specific instance of a dynamic keyword.
  • In step 804, keyword definitions are produced at runtime using a schema processor to create an intermediate form of user source code and a document generator to transform the data to a desired output format. The schema processor and document generator are selected to allow users to write extensions to the programming language in the programming language itself.
  • FIG. 9 is flowchart illustrating a method or process for extending a programming language using dynamic keywords. In step 901, a generic schema is provided for users to add extensions to the programming language. In step 902, source code is received from a user. The source code comprises a dynamic keyword that conforms to the generic schema. The dynamic keyword provides a grammar to be used when invoking instances of the dynamic keyword.
  • In step 903, schematized data objects are constructed from the dynamic keyword. In step 904, an abstract syntax tree is generated from the source code. The abstract syntax tree comprises one or more nodes corresponding to the dynamic keyword. The nodes comprise metadata from the dynamic keyword.
  • In step 905, the output module is selected based upon a user-designated format for the output code. In step 906, the abstract syntax tree is provided as an intermediate representation of the source code to an output module. In step 907, the output code is generated at the output module using the AST. The types defined in instances of the dynamic keyword are checked at parse-time. The dynamic keyword are mapped to a function in the programming language to implement the dynamic keyword behavior at runtime.
  • FIG. 10 illustrates an example of a suitable computing and networking environment 1000 on which the examples of FIGS. 1-9 may be implemented. The computing system environment 1000 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the invention. The invention is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with the invention include, but are not limited to: personal computers, server computers, hand-held or laptop devices, tablet devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
  • The invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, and so forth, which perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in local and/or remote computer storage media including memory storage devices.
  • With reference to FIG. 10, an exemplary system for implementing various aspects of the invention may include a general purpose computing device in the form of a computer 1000. Components may include, but are not limited to, various hardware components, such as processing unit 1001, data storage 1002, such as a system memory, and system bus 1003 that couples various system components including the data storage 1002 to the processing unit 1001. The system bus 1003 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus also known as Mezzanine bus.
  • The computer 1000 typically includes a variety of computer-readable media 1004. Computer-readable media 1004 may be any available media that can be accessed by the computer 1000 and includes both volatile and nonvolatile media, and removable and non-removable media, but excludes propagated signals. By way of example, and not limitation, computer-readable media 1004 may comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by the computer 1000. Communication media typically embodies computer-readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above may also be included within the scope of computer-readable media. Computer-readable media may be embodied as a computer program product, such as software stored on computer storage media.
  • The data storage or system memory 1002 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) and random access memory (RAM). A basic input/output system (BIOS), containing the basic routines that help to transfer information between elements within computer 1000, such as during start-up, is typically stored in ROM. RAM typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 1001. By way of example, and not limitation, data storage 1002 holds an operating system, application programs, and other program modules and program data.
  • Data storage 1002 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only, data storage 1002 may be a hard disk drive that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive that reads from or writes to a removable, nonvolatile magnetic disk, and an optical disk drive that reads from or writes to a removable, nonvolatile optical disk such as a CD ROM or other optical media. Other removable/non-removable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like. The drives and their associated computer storage media, described above and illustrated in FIG. 10, provide storage of computer-readable instructions, data structures, program modules and other data for the computer 1000.
  • A user may enter commands and information through a user interface 1005 or other input devices such as a tablet, electronic digitizer, a microphone, keyboard, and/or pointing device, commonly referred to as mouse, trackball or touch pad. Other input devices may include a joystick, game pad, satellite dish, scanner, or the like. Additionally, voice inputs, gesture inputs using hands or fingers, or other natural user interface (NUI) may also be used with the appropriate input devices, such as a microphone, camera, tablet, touch pad, glove, or other sensor. These and other input devices are often connected to the processing unit 1001 through a user input interface 1005 that is coupled to the system bus 1003, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB). A monitor 1006 or other type of display device is also connected to the system bus 1003 via an interface, such as a video interface. The monitor 1006 may also be integrated with a touch-screen panel or the like. Note that the monitor and/or touch screen panel can be physically coupled to a housing in which the computing device 1000 is incorporated, such as in a tablet-type personal computer. In addition, computers such as the computing device 1000 may also include other peripheral output devices such as speakers and printer, which may be connected through an output peripheral interface or the like.
  • The computer 1000 may operate in a networked or cloud-computing environment using logical connections 1007 to one or more remote devices, such as a remote computer. The remote computer may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 1000. The logical connections depicted in FIG. 10 include one or more local area networks (LAN) and one or more wide area networks (WAN), but may also include other networks. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • When used in a networked or cloud-computing environment, the computer 1000 may be connected to a public or private network through a network interface or adapter 1007. In some embodiments, a modem or other means for establishing communications over the network. The modem, which may be internal or external, may be connected to the system bus 1003 via the network interface 1007 or other appropriate mechanism. A wireless networking component such as comprising an interface and antenna may be coupled through a suitable device such as an access point or peer computer to a network. In a networked environment, program modules depicted relative to the computer 1000, or portions thereof, may be stored in the remote memory storage device. It may be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (15)

What is claimed is:
1. A computer-implemented method, comprising:
based on a specific schema having at least one user-defined keyword extension, translating a user-defined keyword extension, using a schema processor, into keyword definitions for a parser, wherein the translating further comprises generating dynamic keyword data structures detailing metadata of the user-defined keyword extension, and one or more keyword actions for performing the user-defined keyword extension;
creating, by the parser, an intermediate representation of source code having a plurality of nodes, wherein each command node associated with the user-defined keyword extension is overloaded to contain: (i) information pointing to a dynamic keyword data structure, and (ii) additional keywords defined in a child scope of the command node;
providing the intermediate representation of the source code to a document generator; and
generating output code based on the intermediate representation of the source code, by the document generator, wherein the generating uses a set of one or more calls to the one or more keyword actions for the command nodes associated with the user-defined keyword extension.
2. The method of claim 1, further comprising:
based on input from a user, translating a generic schema into the specific schema based on a meta-model for a programming language, wherein the programming language has a constrained number of keywords defined for the parser that are extended to incorporate the at least one user-defined keyword extension and the meta-model defines the format and limits of the types of user-defined keyword extensions; and
receiving the source code for the programming language at the parser, wherein the source code comprises the at least one user-defined keyword extension to the programming language, and the user-defined keyword extension is based on the specific schema.
3. The method of claim 1, further comprising:
translating a schema representation using the meta-model into new keywords by the schema processor.
4. The method of claim 1, wherein the document generator is an independent module that produces output in a desired format.
5. The method of claim 1, wherein the meta-model includes a first action to be taken at parse time, wherein the first action comprises creating, at parse time, a call to a routine having a keyword name.
6. The method of claim 5, wherein the meta-model includes a second action to be taken at runtime, wherein the second action further comprises invoking the one or more calls at runtime.
7. A memory device having stored thereon computer-executable instructions that, upon execution by a processor of a computing system, configure the computer system to:
based on a specific schema having at least one user-defined keyword extension, translate a user-defined keyword extension, using a schema processor, into keyword definitions for a parser, wherein the translating further comprises generating dynamic keyword data structures detailing metadata of the user-defined keyword extension, and one or more keyword actions for performing the user-defined keyword extension;
creating, by the parser, a data structure representative of source code, the representative data structure having a plurality of nodes, wherein each command node associated with the user-defined keyword extension is overloaded to contain: (i) information pointing to a dynamic keyword data structure, and (ii) additional keywords defined in a child scope of the command node;
providing the representative data structure to a document generator as an intermediate representation of the source code; and
generating output code based on the representative data structure, by the document generator, wherein the generating uses a set of one or more calls to the one or more keyword actions for the command nodes associated with the user-defined keyword extension.
8. The memory device of claim 7, further comprising:
based on input from a user, translate a generic schema into the specific schema based on a meta-model for a programming language, wherein the programming language has a constrained number of keywords defined for a parser that are extended to incorporate the at least one user-defined keyword extension and the meta-model defines the format and limits of the types of user-defined keyword extensions;
receive source code for the programming language at the parser, wherein the source code comprises the at least one user-defined keyword extension to the programming language, and the user-defined keyword extension is based on the specific schema.
9. The memory device of claim 7, wherein the document generator is an output module for generating output code using the representative data structure.
10. The memory device of claim 9, further comprising:
select the output module based upon a user-designated format for the output code.
11. The memory device of claim 7, wherein the computer-executable instructions, upon execution by the processor further configure the computer system to:
check types defined in instances of the at least one user-defined keyword extension at parse-time; and
map the given user-defined keyword extension to a command or statement in the programming language to implement a keyword behavior at runtime.
12. A computer system, comprising:
a processor; and
a memory coupled to the processor, the memory having program instructions stored thereon that, upon execution by the processor, configure the computer system to:
based on input from a user, translate a generic schema into a specific schema based on a meta-model for a programming language, wherein the programming language has a constrained number of keywords defined for a parser that are extended to incorporate user-defined keyword extensions and the meta-model defines the format and limits of the types of user-defined keyword extensions;
receive source code for the programming language at the parser, wherein the source code comprises a user-defined keyword extension to the programming language, and the user-defined keyword extension is based on the specific schema;
based on the specific schema, translate the user-defined keyword extension, using a schema processor, into keyword definitions for the parser, wherein the translating further comprises generating dynamic keyword data structures associated with the user-defined keyword detailing metadata of the user-defined keyword extension, and one or more keyword actions for performing the user-defined keyword extension;
creating, by the parser, a data structure representative of the source code, wherein each command node of the representative data structure associated with the user-defined keyword extension is overloaded to contain: (i) information pointing to the dynamic keyword data structure, and (ii) additional keywords defined in a child scope of the command node;
providing the representative data structure to a document generator as an intermediate representation of the source code; and
generating output code based on the representative data structure, by the document generator, wherein the generating uses a set of one or more calls to the one or more keyword actions for the command nodes associated with the user-defined keyword extension.
13. The computer system of claim 12, wherein hierarchical data representations comprise schematized data in a constrained format.
14. The computer system of claim 12, wherein the program instructions, upon execution by the processor, further configure the computer system to transform the output code to a desired format.
15. The computer system of claim 12, wherein the program instructions, upon execution by the processor, further configure the computer system to provide feedback to the user, the feedback identifying valid parameters for a specific instance of the user-defined keyword extension.
US15/869,950 2013-06-02 2018-01-12 Programming Language with Extensions using a Strict Meta-Model Abandoned US20180136914A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/869,950 US20180136914A1 (en) 2013-06-02 2018-01-12 Programming Language with Extensions using a Strict Meta-Model

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201361830127P 2013-06-02 2013-06-02
US13/921,144 US9880820B2 (en) 2013-06-02 2013-06-18 Programming language with extensions using dynamic keywords
US15/869,950 US20180136914A1 (en) 2013-06-02 2018-01-12 Programming Language with Extensions using a Strict Meta-Model

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/921,144 Continuation US9880820B2 (en) 2013-06-02 2013-06-18 Programming language with extensions using dynamic keywords

Publications (1)

Publication Number Publication Date
US20180136914A1 true US20180136914A1 (en) 2018-05-17

Family

ID=51986693

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/921,144 Active US9880820B2 (en) 2013-06-02 2013-06-18 Programming language with extensions using dynamic keywords
US15/869,950 Abandoned US20180136914A1 (en) 2013-06-02 2018-01-12 Programming Language with Extensions using a Strict Meta-Model

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/921,144 Active US9880820B2 (en) 2013-06-02 2013-06-18 Programming language with extensions using dynamic keywords

Country Status (1)

Country Link
US (2) US9880820B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113253998A (en) * 2021-06-23 2021-08-13 北京奇岱松科技有限公司 Extension method and device based on structured data, computing equipment and storage medium
US11425002B1 (en) * 2018-11-26 2022-08-23 Amazon Technologies, Inc. Infrastructure managing framework for serverless architecture

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2506162A (en) * 2012-09-24 2014-03-26 Ibm Searching source code
US9880820B2 (en) * 2013-06-02 2018-01-30 Microsoft Technology Licensing, Llc Programming language with extensions using dynamic keywords
US10002069B2 (en) 2016-09-23 2018-06-19 International Business Machines Corporation Automated testing of application program interface
US10715630B2 (en) * 2018-07-20 2020-07-14 Dell Products L.P. Common information model interoperability system
CN109241484B (en) * 2018-09-06 2023-06-16 平安科技(深圳)有限公司 Method and equipment for sending webpage data based on encryption technology
CN109683958A (en) * 2018-12-26 2019-04-26 深圳市越疆科技有限公司 Json structure function management method
CN110221825B (en) * 2019-06-10 2022-11-18 周登祥 Method for realizing native language programming on computer
US10942710B1 (en) * 2019-09-24 2021-03-09 Rockwell Automation Technologies, Inc. Industrial automation domain-specific language programming paradigm
US11048483B2 (en) 2019-09-24 2021-06-29 Rockwell Automation Technologies, Inc. Industrial programming development with an extensible integrated development environment (IDE) platform
US11392112B2 (en) 2019-09-26 2022-07-19 Rockwell Automation Technologies, Inc. Virtual design environment
US11042362B2 (en) 2019-09-26 2021-06-22 Rockwell Automation Technologies, Inc. Industrial programming development with a trained analytic model
US11733687B2 (en) 2019-09-26 2023-08-22 Rockwell Automation Technologies, Inc. Collaboration tools
US11163536B2 (en) 2019-09-26 2021-11-02 Rockwell Automation Technologies, Inc. Maintenance and commissioning
US11080176B2 (en) 2019-09-26 2021-08-03 Rockwell Automation Technologies, Inc. Testing framework for automation objects
US11308447B2 (en) 2020-04-02 2022-04-19 Rockwell Automation Technologies, Inc. Cloud-based collaborative industrial automation design environment
CN112596737A (en) * 2020-12-28 2021-04-02 上海品顺信息科技有限公司 Method, system, equipment and storage medium for scanning function call relation

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030135657A1 (en) * 2002-01-14 2003-07-17 International Business Machines Corporation System and method for converting management models to specific console interfaces
US20050049843A1 (en) * 2003-08-29 2005-03-03 Lee Hewitt Computerized extension apparatus and methods
US20070150855A1 (en) * 2003-05-12 2007-06-28 Jeong An M Method and system of developing a software with utilizing extended metadata of component under component-based development environment
US20090222799A1 (en) * 2008-02-29 2009-09-03 Neil Stewart System representation and handling techniques
US20090241090A1 (en) * 2008-03-20 2009-09-24 Sap Ag Extending the functionality of a host programming language
US20100088686A1 (en) * 2008-10-06 2010-04-08 Microsoft Corporation Programming language with extensible syntax
US20130055208A1 (en) * 2011-08-26 2013-02-28 Fujitsu Limited Performing Taint Analysis for Javascript Software Using a Control Flow Graph
US20130104100A1 (en) * 2011-10-21 2013-04-25 Sap Ag Scripting Language for Business Applications
US20130159981A1 (en) * 2011-12-15 2013-06-20 Sap Ag Extension mechanism for scripting language compiler
US9880820B2 (en) * 2013-06-02 2018-01-30 Microsoft Technology Licensing, Llc Programming language with extensions using dynamic keywords

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7219338B2 (en) * 2003-03-25 2007-05-15 Microsoft Corporation Multi-language compilation
CA2564681C (en) * 2004-04-26 2015-09-22 Bruce H. Johnson Methods and systems for dynamically composing distributed interactive applications from high-level programming languages
AU2006264207B2 (en) * 2005-06-27 2012-02-02 Csc Technology Singapore Pte Ltd Code transformation
US8813047B2 (en) * 2005-09-08 2014-08-19 Alcatel Lucent Yet another transformation language (YATL)
WO2007084780A2 (en) 2006-01-20 2007-07-26 Aptana, Inc. Type inference system and method
US20080155500A1 (en) * 2006-12-22 2008-06-26 International Business Machines Corporation Method for automatic generation of schema mapping application code
US20080222616A1 (en) * 2007-03-05 2008-09-11 Innaworks Development Limited Software translation
US20080319957A1 (en) * 2007-06-19 2008-12-25 Microsoft Corporation Extensible command trees for entity data model platform
US20090077091A1 (en) 2007-09-18 2009-03-19 Gilad Khen System for development and hosting of network applications
US8863115B2 (en) * 2008-03-20 2014-10-14 Sap Ag Execution of program code having language-level integration of program models
US8762962B2 (en) * 2008-06-16 2014-06-24 Beek Fund B.V. L.L.C. Methods and apparatus for automatic translation of a computer program language code
US8453126B1 (en) * 2008-07-30 2013-05-28 Dulles Research LLC System and method for converting base SAS runtime macro language scripts to JAVA target language
US8726254B2 (en) * 2009-06-20 2014-05-13 Microsoft Corporation Embedded annotation and program analysis
US20110302563A1 (en) * 2010-06-08 2011-12-08 Avaya Inc. Program structure recovery using multiple languages
JP2012063868A (en) * 2010-09-14 2012-03-29 Internatl Business Mach Corp <Ibm> Method to generate combined parser by combining language processing parsers, and its computer and computer program
US8863097B2 (en) * 2010-12-29 2014-10-14 Sap Ag Providing code list extensibility
US8869105B2 (en) * 2011-11-17 2014-10-21 Sap Ag Extensibility integrated development environment for business object extension development
US9239710B2 (en) * 2013-03-15 2016-01-19 ArtinSoft Corporation Programming language transformations with abstract syntax tree extensions

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030135657A1 (en) * 2002-01-14 2003-07-17 International Business Machines Corporation System and method for converting management models to specific console interfaces
US20070150855A1 (en) * 2003-05-12 2007-06-28 Jeong An M Method and system of developing a software with utilizing extended metadata of component under component-based development environment
US20050049843A1 (en) * 2003-08-29 2005-03-03 Lee Hewitt Computerized extension apparatus and methods
US20090222799A1 (en) * 2008-02-29 2009-09-03 Neil Stewart System representation and handling techniques
US20090241090A1 (en) * 2008-03-20 2009-09-24 Sap Ag Extending the functionality of a host programming language
US20100088686A1 (en) * 2008-10-06 2010-04-08 Microsoft Corporation Programming language with extensible syntax
US20130055208A1 (en) * 2011-08-26 2013-02-28 Fujitsu Limited Performing Taint Analysis for Javascript Software Using a Control Flow Graph
US20130104100A1 (en) * 2011-10-21 2013-04-25 Sap Ag Scripting Language for Business Applications
US20130159981A1 (en) * 2011-12-15 2013-06-20 Sap Ag Extension mechanism for scripting language compiler
US9880820B2 (en) * 2013-06-02 2018-01-30 Microsoft Technology Licensing, Llc Programming language with extensions using dynamic keywords

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11425002B1 (en) * 2018-11-26 2022-08-23 Amazon Technologies, Inc. Infrastructure managing framework for serverless architecture
CN113253998A (en) * 2021-06-23 2021-08-13 北京奇岱松科技有限公司 Extension method and device based on structured data, computing equipment and storage medium

Also Published As

Publication number Publication date
US20140359586A1 (en) 2014-12-04
US9880820B2 (en) 2018-01-30

Similar Documents

Publication Publication Date Title
US20180136914A1 (en) Programming Language with Extensions using a Strict Meta-Model
EP3605324B1 (en) Application development method and tool, and storage medium thereof
US8533693B2 (en) Embedding expressions in XML literals
CN114041117A (en) Persistent annotation of grammars for code optimization
Guerrero-Garcia et al. A theoretical survey of user interface description languages: Preliminary results
US8997070B2 (en) Extension mechanism for scripting language compiler
JP4662657B2 (en) Unified data type system and method
US7930680B2 (en) XML schema design for environment-specific types based on base types
JP5905577B2 (en) Projecting the operating system&#39;s native programming interface into other programming languages
US11481201B2 (en) Integrated development environment for developing and compiling query language schemas for application program interfaces
US8850414B2 (en) Direct access of language metadata
KR101213890B1 (en) Using strong data types to express speech recognition grammars in software programs
US10303449B2 (en) Compiling non-native constants
US20170300305A1 (en) Executable guidance experiences based on implicitly generated guidance models
KR20150106458A (en) A method for modeling source code having code segments that lack source location
US20060070043A1 (en) System and method for analyzing computer code
CN114153459A (en) Interface document generation method and device
US7539981B2 (en) XML-based preprocessor
CN116028028A (en) Request function generation method, device, equipment and storage medium
US9886251B2 (en) Optimized compiling of a template function
JP4768984B2 (en) Compiling method, compiling program, and compiling device
KR102439778B1 (en) Application converting apparatus and method for improving security
Lubell Using DITA to create security configuration checklists
Vasani Roslyn Cookbook
McNamara Rust in Action

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PAYETTE, BRUCE G.;SHIRK, JASON;ZHOU, XIAOYONG;SIGNING DATES FROM 20130618 TO 20130630;REEL/FRAME:044610/0825

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:046413/0951

Effective date: 20141014

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE