KR20030089044A - Compile system for selecting source code modules and providing web environces and method thereof - Google Patents

Compile system for selecting source code modules and providing web environces and method thereof Download PDF

Info

Publication number
KR20030089044A
KR20030089044A KR1020020026951A KR20020026951A KR20030089044A KR 20030089044 A KR20030089044 A KR 20030089044A KR 1020020026951 A KR1020020026951 A KR 1020020026951A KR 20020026951 A KR20020026951 A KR 20020026951A KR 20030089044 A KR20030089044 A KR 20030089044A
Authority
KR
South Korea
Prior art keywords
code
source
real
compilation
programmer
Prior art date
Application number
KR1020020026951A
Other languages
Korean (ko)
Inventor
송경섭
Original Assignee
송경섭
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 송경섭 filed Critical 송경섭
Priority to KR1020020026951A priority Critical patent/KR20030089044A/en
Publication of KR20030089044A publication Critical patent/KR20030089044A/en

Links

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/425Lexical analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Software Systems (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE: A system and a method for compiling a source code module and offering a web environment are provided to easily perform the compile regardless of time and space by previously modeling and storing various functions needed for a user, and offering the stored source code module to a programmer through the Internet. CONSTITUTION: A user input part(11) inputs the contents set by a programmer through a web browser. A program code template part(12) collectively stores the modularized source codes in a database. A code converter(13) performs a conversion work for the real-time compile by converting the contents set to the web browser into a symbol table. A code generator(14) forms the source, which is a middle code for the real-time compile, by combining the symbol table with the code template. A compiler(15) performs the compile in real-time by generating the code through code optimization and linking it.

Description

소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템 및 방법 {Compile system for selecting source code modules and providing web environces and method thereof}Compile system for selecting source code modules and providing web environces and method

본 발명은 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템 및 방법에 관한 것으로서, 더욱 상세하게 말하자면 프로그래머가 필요로 하는 다양한 기능을 미리 소스코드모듈화하여 저장하여두고 이와 같이 저장되어 있는 소스코드모듈을 인터넷을 통하여 사용자에게 웹환경으로서 제공하여 줌으로써 프로그래머가 시간과 공간상의 제약이 없이 컴파일을 손쉽게 할 수 있도록 하는, 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템 및 방법에 관한 것이다.The present invention relates to a compilation system and a method capable of providing a source code module combination and a web environment. More specifically, the source code module stored in this manner is stored in advance by storing various functions required by a programmer in advance. The present invention relates to a compilation system and a method capable of providing a combination of source code modules and a web environment, by providing a user with a web environment through the Internet, thereby allowing a programmer to easily compile without time and space constraints.

고급언어로 쓰여진 프로그램이 컴퓨터에서 수행되기 위해서는 컴퓨터가 직접 이해할 수 있는 어셈블리 언어나 기계어로 바꾸어 주어야 하는데, 이러한 일을 하는 프로그램을 컴파일러(compiler)라고 한다. 예를 들어, 원시언어(source language)가 파스칼(Pascal)이나 코볼(Cobol)과 같은 고급언어이고, 목적언어(object language, target language)가 어셈블리 언어나 기계어일경우, 원시언어를 목적언어로 번역해 주는 프로그램을 컴파일 프로그램이라고 한다.In order for a program written in a high-level language to run on a computer, it must be translated into assembly language or machine language that the computer can understand directly. A program that does this is called a compiler. For example, if the source language is a high-level language such as Pascal or Cobol, and the object language or target language is an assembly language or a machine language, the source language is translated into the target language. A program that does this is called a compilation program.

이 경우에 컴파일을 하기 위하여 입력되는 프로그램을 원시 프로그램이라 하고 이 원시 프로그램을 기술한 언어를 원시언어라 하며, 컴파일되어 출력되는 프로그램을 목적 프로그램이라 하고 이 목적 프로그램을 기술한 언어를 목적언어라 한다.In this case, the input program for compilation is called a source program, the language describing the source program is called a source language, and the compiled and output program is called an object program, and the language describing the object program is called an object language. .

컴파일러를 이용하여 원시 프로그램을 컴파일하여 목적 프로그램으로 바꾸어 놓으면 원시 프로그램을 수정하지 않는 한 계속 반복해서 수행할 수 있게 되며, 프로그램을 구매하고자하는 고객이 컴퓨터에서 사용할 수 있는 실행 오브젝트로 변환된다.If you use a compiler to compile the source program and replace it with the target program, you can run it repeatedly unless you modify the source program, and it is converted into an executable object that can be used on a computer by customers who want to purchase the program.

프로그래머가 자신이 제작한 프로그램을 고객에게 판매하고자 하는 경우에, 목적 프로그램의 실행상태를 고객에게 시연을 하게 되는데, 이 과정에서 고객의 요구사항을 반영하여 목적 프로그램을 수정제작하게 되는 경우가 빈번하게 발생하게 된다.When a programmer wants to sell his or her own program to a customer, he or she demonstrates the execution status of the target program to the customer. In this process, the target program is often modified to reflect the customer's requirements. Will occur.

이와 같이 목적 프로그램을 수정제작하기 위해서는 원시 프로그램을 수정한 뒤에 이를 다시 컴파일해주어야 하므로, 프로그래머는 항상 컴파일 프로그램을 필요로 하게 된다.Thus, in order to modify the target program, the programmer always needs a compiled program because the source program must be modified and then recompiled.

상기한 컴파일 프로그램은, 프로그래머가 이를 저장매체에 담아서 휴대하고 다닐 수는 있지만, 이를 설치하는데 많은 시간 및 작업을 필요로 하기 때문에 매우 불편한 점이 있다.The compile program can be carried by a programmer in a storage medium, but it is very inconvenient because it requires a lot of time and work to install it.

근래에는 노트북 컴퓨터가 대중화되어 있어서, 상기한 노트북 컴퓨터에 컴파일 프로그램을 설치하여 놓고서 프로그래머가 이를 휴대하고 다닐수 있게 되었지만, 노트북 컴퓨터를 항상 휴대하고 다녀야 하는 불편함과 함께, 고객의 요구에 대응하기 위하여 목적 프로그램 수정을 하기 위해서는 이 또한 역시 많은 시간 및 작업을 필요로 하게 되는 매우 불편한 문제점이 잇다.In recent years, notebook computers have been popularized so that programmers can carry and carry a compile program on the notebook computer. However, in order to meet the needs of customers and the inconvenience of carrying the notebook computer at all times, This is also a very inconvenient problem to modify the program, which also requires a lot of time and work.

본 발명의 목적은 이와 같은 종래의 문제점을 해결하기 위한 것으로서, 사용자가 필요로 하는 다양한 기능을 미리 소스코드모듈화하여 저장하여두고 이와 같이 저장되어 있는 소스코드모듈을 인터넷을 통하여 프로그래머에게 웹환경으로서 제공하여 줌으로써 프로그래머가 시간과 공간상의 제약이 없이 컴파일을 손쉽게 할 수있도록 하는, 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템 및 방법을 제공하는 데 있다.An object of the present invention is to solve such a conventional problem, the source code module is stored in advance and stored a variety of functions required by the user in advance to provide the stored source code module as a web environment to the programmer via the Internet It is to provide a compilation system and method that can provide a combination of source code modules and a web environment so that programmers can easily compile without time and space constraints.

도 1은 본 발명의 실시예에 따른 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템의 인터넷 연결 구성도이다.1 is a configuration diagram of an internet connection of a compilation system capable of providing a source code module combination and a web environment according to an exemplary embodiment of the present invention.

도 2는 본 발명의 실시예에 따른 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템의 블록 구성도이다.2 is a block diagram of a compilation system capable of providing a source code module combination and a web environment according to an embodiment of the present invention.

도 3은 본 발명의 실시예에 따른 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 방법의 동작 흐름도이다.3 is a flowchart illustrating a compilation method capable of providing a source code module combination and a web environment according to an exemplary embodiment of the present invention.

* 도면의 주요 부분에 대한 부호의 설명 *Explanation of symbols on the main parts of the drawings

1 : 서버 21~2n : 프로그래머 컴퓨터1: Server 21 ~ 2n: Programmer Computer

11 : 사용자 입력부 12 : 프로그램코드 템플릿부11: user input unit 12: program code template

13 : 코드 변환기 14 : 코드 생성기13: Code Converter 14: Code Generator

15 : 컴파일러15: compiler

상기한 목적을 달성하기 위한 수단으로서 본 발명의 장치의 구성은, 사용자 컴퓨터와 인터넷망을 통하여 연결되어 있는 서버에 있어서, 상기한 서버는 웹브라우저를 통하여 프로그래머가 설정한 내용을 입력시키기 위한 사용자 입력수단과, 컴파일될 수 있는 다양한 소스 코드가 모듈화되어 데이터 베이스 형태로 집합되어 저장되어 있는 프로그램코드 템플릿부와, 웹브라우저상에서 설정된 내용을 형태소 분석과 구문분석과 의미분석을 통하여 실제 코드로 변환가능한 소스 상태인 심볼 테이블로 변환해줌으로써 실시간 컴파일을 위한 변환작업을 하는 코드 변환수단과, 상기한 코드 변환수단에서 생성된 심볼 테이블과 코드 템플릿을 결합하여 실시간 컴파일을 위한 중간코드인 소스를 구성하는 코드 생성수단과, 코드 최적화를 통하여 코드를 생성한 뒤에 링크를 함으로써 실시간으로 컴파일을 수행하는 컴파일러를 포함하여 이루어진다.As a means for achieving the above object, the configuration of the apparatus of the present invention is a server connected to a user computer through an internet network, wherein the server is a user input for inputting a content set by a programmer through a web browser. Means, a variety of source code that can be compiled, and a program code template that is collected and stored in a database form, and a source that can be converted into actual code through morphological analysis, syntax analysis, and semantic analysis. Code conversion means for converting for real-time compilation by converting to a symbol table in a state, and generating a code constituting a source that is an intermediate code for real-time compilation by combining the symbol table and code template generated by the code conversion means. Generate code through means and code optimization It comprises a compiler to compile in real time by a link back.

상기한 목적을 달성하기 위한 수단으로서 본 발명의 방법의 구성은, 동작이 시작되면 프로그래머가 인터넷 웹브라우저상에서 설정한 내용을 입력시키고 원시 프로그램의 코드를 읽어들이는 단계와, 인터넷 웹브라우저상에서 설정된 내용에 대하여 형태소를 분석하고 구문을 분석하고 의미를 분석하여 실제 코드로 변환가능한 소스 상태인 심볼 테이블로 변환해줌으로써 실시간 컴파일을 위한 변환작업을 하는 단계와, 상기한 심볼 테이블과 코드 템플릿을 결합하여 실시간 컴파일을 위한 중간코드인 소스를 구성하는 단계와, 코드 최적화를 한 뒤에 실시간 컴파일을 통하여 코드를 생성하는 단계와, 오브젝트들을 서로 연결하는 링크를 함으로써 실행 오브젝트를 생성하는 단계와, 상기한 실행 오브젝트를 인터넷을 통하여 프로그래머에게 제공을 하는 단계를 포함하여 이루어진다.As a means for achieving the above object, the configuration of the method of the present invention comprises the steps of inputting the contents set by the programmer on the Internet web browser and reading the code of the source program when the operation is started, and the contents set on the Internet web browser. Morphological analysis, syntax analysis, and semantic analysis of the morphological code to convert the symbol table into a source code that can be converted into actual code. Comprising a source that is an intermediate code for compilation, code optimization through real-time compilation after code optimization, generating an execution object by linking the objects to each other, and the execution object Providing programmers over the Internet It comprises the steps:

이하, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 본 발명을 용이하게 실시할 수 있을 정도로 상세히 설명하기 위하여, 본 발명의 가장 바람직한 실시예를 첨부된 도면을 참조로 하여 상세히 설명하기로 한다. 본 발명의 목적, 작용, 효과를 포함하여 기타 다른 목적들, 특징점들, 그리고 동작상의 이점들이 바람직한 실시예의 설명에 의해 보다 명확해질 것이다.Hereinafter, the most preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art can easily carry out the present invention. . Other objects, features, and operational advantages, including the object, operation, and effect of the present invention will become more apparent from the description of the preferred embodiment.

참고로, 여기에서 개시되는 실시예는 여러가지 실시가능한 예중에서 당업자의 이해를 돕기 위하여 가장 바람직한 예를 선정하여 제시한 것일 뿐, 본 발명의 기술적 사상이 반드시 이 실시예에만 의해서 한정되거나 제한되는 것은 아니고, 본 발명의 기술적 사상을 벗어나지 않는 범위내에서 다양한 변화와 부가 및 변경이 가능함은 물론, 균등한 타의 실시예가 가능함을 밝혀둔다.For reference, the embodiments disclosed herein are only presented by selecting the most preferred examples to help those skilled in the art from the various possible examples, the technical spirit of the present invention is not necessarily limited or limited only by this embodiment. In addition, various changes, additions, and changes are possible within the scope without departing from the spirit of the present invention, as well as other equivalent embodiments.

본 발명의 실시예에 따른 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템의 구성은, 도 1 및 도 2에 도시되어 있는 바와 같이, 사용자 컴퓨터(21~2n)와 인터넷망을 통하여 연결되어 있는 서버(1)에 있어서, 상기한 서버(1)는 웹브라우저를 통하여 프로그래머가 설정한 내용을 입력시키기 위한 사용자 입력부(11)와, 컴파일될 수 있는 다양한 소스 코드가 모듈화되어 데이터 베이스 형태로 집합되어 저장되어 있는 프로그램코드 템플릿부(12)와, 웹브라우저상에서설정된 내용을 형태소 분석과 구문분석과 의미분석을 통하여 실제 코드로 변환가능한 소스 상태인 심볼 테이블로 변환해줌으로써 실시간 컴파일을 위한 변환작업을 하는 코드 변환기(13)와, 상기한 코드 변환기(13)에서 생성된 심볼 테이블과 코드 템플릿을 결합하여 실시간 컴파일을 위한 중간코드인 소스를 구성하는 코드 생성기(14)와, 코드 최적화를 통하여 코드를 생성한 뒤에 링크를 함으로써 실시간으로 컴파일을 수행하는 컴파일러(15)를 포함하여 이루어진다.As shown in FIGS. 1 and 2, the source code module combination and the configuration of a compilation system capable of providing a web environment according to an embodiment of the present invention are connected to the user computers 21 to 2n through an internet network. In the server (1), the server (1) is a user input unit 11 for inputting the content set by the programmer through a web browser, and various source codes that can be compiled are modularized and assembled into a database form The program code template unit 12 and the contents set on the web browser are converted into a symbol table which is a source state that can be converted into actual code through morphological analysis, syntax analysis, and semantic analysis. Combining the code converter 13, the symbol table generated by the code converter 13 and the code template described above for real-time compilation A code generator 14 constituting a source, which is an intermediate code, and a compiler 15 which performs compilation in real time by linking after generating code through code optimization.

본 발명의 실시예에 따른 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 방법의 구성은, 도 3에 도시되어 있는 바와 같이, 동작이 시작되는 단계(S10)와, 프로그래머에 의해 인터넷 웹브라우저상에서 설정된 내용에 따라 원시 프로그램의 코드를 읽는 단계(S20)와, 형태소를 분석하는 단계(S30)와, 구문을 분석하는 단계(S40)와, 의미를 분석하는 단계(S50)와, 심볼테이블과 코드 템플릿을 결합하여 실시간 컴파일을 위한 중간코드를 생성하는 단계(S60)와, 코드최적화를 하는 단계(S70)와, 실시간 컴파일을 통하여 코드를 생성하는 단계(S80)와, 링크를 함으로써 실행 오브젝트를 생성하는 단계(S90)와, 이와 같이 생성된 실행 오브젝트를 인터넷을 통하여 프로그래머에게 제공한 뒤에 동작을 종료하는 단계(S100)를 포함하여 이루어진다.The configuration of the source code module combination and the compilation method capable of providing a web environment according to an embodiment of the present invention, as shown in Figure 3, the step of starting the operation (S10) and is set on the Internet web browser by the programmer Reading the code of the source program according to the contents (S20), analyzing the morpheme (S30), analyzing the syntax (S40), analyzing the meaning (S50), symbol table and code template By generating the intermediate code for real-time compilation by combining the step (S60), the step of optimizing the code (S70), the step of generating the code through the real-time compilation (S80), and the execution object by generating a link Step S90 and the step S100 of terminating the operation after providing the generated execution object to the programmer via the Internet are included.

상기한 구성에 의한, 본 발명의 실시예에 따른 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템 및 방법의 작용은 다음과 같다.By the above configuration, the operation of the compilation system and method which can provide the source code module combination and the web environment according to the embodiment of the present invention are as follows.

프로그래머가 자신이 제작한 프로그램을 고객에게 판매하기 위하여 고객에게 목적 프로그램의 실행상태를 시연하는 과정에서, 고객의 프로그램 수정 요구사항이발생하게 되면 고객의 요구사항을 들어주기 위하여 인터넷을 통하여 서버(1)에 접속하게 된다.In the process of demonstrating the execution state of the target program to the customer in order to sell the program produced by the programmer to the customer, if the program modification requirement of the customer occurs, the server (1) ).

이와 같이 인터넷 접속이 이루어짐으로써 서버(1)의 동작이 시작되면(S10), 서버(1)는 사용자 입력부(11)를 통하여 프로그래머가 인터넷 웹브라우저상에서 설정한 내용을 입력시키고, 프로그램 코드 템플릿부(12)를 이용하여 원시 프로그램의 코드를 읽어들인다(S20).In this way, when the operation of the server 1 is started by making an Internet connection (S10), the server 1 inputs the contents set by the programmer on the Internet web browser through the user input unit 11, and the program code template unit ( 12) read the code of the source program using (S20).

다음에, 서버(1)의 코드변환기(13)는 사용자 입력부(11)를 통하여 입력되는 웹브라우저상에서 설정된 내용에 대하여 형태소를 분석하고(S30), 구문을 분석하고(S40), 의미를 분석하여(S50), 실제 코드로 변환가능한 소스 상태인 심볼 테이블로 변환해줌으로써 실시간 컴파일을 위한 변환작업을 한다.Next, the code converter 13 of the server 1 analyzes the morpheme for the contents set on the web browser input through the user input unit 11 (S30), analyzes the syntax (S40), and analyzes the meaning. (S50) A conversion operation for real-time compilation is performed by converting the source code into a symbol table that can be converted into actual code.

다음에, 서버(1)의 코드 생성기(14)는 상기한 코드 변환기(13)에서 생성된 심볼 테이블과 프로그램 코드 템플릿부(12)로부터 입력되는 코드 템플릿을 결합하여 실시간 컴파일을 위한 중간코드인 소스를 구성한다(S60). 상기한 코드 템플릿은 소스 프로그램과 연결되어 컴파일될 수 있는 다양한 소스 코드가 모듈화되어 데이터 베이스 형태로 집합되어 저장되어 있는 것으로서, 프로그래머는 웹브라우저상에서 이를 이용하여 손쉽게 원시 프로그램을 수정할 수가 있게 된다.Next, the code generator 14 of the server 1 combines the symbol table generated by the code converter 13 and the code template inputted from the program code template unit 12 so as to be an intermediate code source for real-time compilation. Configure (S60). The code template is a variety of source code that can be compiled in conjunction with the source program is modularized and stored in a database form, the programmer can easily modify the native program using it on a web browser.

다음에, 웹서버(1)의 컴파일러(15)는 코드 최적화를 한 뒤에(S70), 실시간 컴파일을 통하여 코드를 생성한다(S80).Next, the compiler 15 of the web server 1 optimizes the code (S70) and then generates the code through real-time compilation (S80).

이와 같은 컴파일 과정이 진행되고 나면 목적 프로그램 즉 오브젝트라고 하는 부산물이 생기게 되는데, 웹서버(1)의 컴파일러(15)는 이렇게 생겨난 오브젝트들을 서로 연결하는 링크를 함으로써 실행 오브젝트를 생성한다(S90).After such a compilation process, a by-product called an object program, that is, an object, is generated. The compiler 15 of the web server 1 generates an execution object by linking the generated objects with each other (S90).

서버(1)는 이와 같이 생성된 실행 오브젝트를 인터넷을 통하여 프로그래머 컴퓨터(21~2n)에 설치 및 배포를 한 뒤에 동작을 종료한다(S100).The server 1 terminates the operation after installing and distributing the generated execution object to the programmer computers 21 to 2n via the Internet (S100).

본 발명에서 서버(1)가 프로그래머에게 제공하는 것은 단순히 컴파일을 대행하는 역할이 아니고, 원하는 기능을 조합하여 실시간 컴파일로써 얻을 수 있는 기능을 수행하는 실행 오브젝트를 프로그래머에게 전달하고, 그러한 기능의 구현을 웹브라우저를 통하여 진행함으로써 사용자가 보다 편리한 인터페이스를 처리할 수 있다는 점이다.What the server 1 provides to the programmer in the present invention is not merely a substitute for compilation, but delivers an execution object to a programmer that performs a function that can be obtained by real-time compilation by combining desired functions, and implements the implementation of such a function. Proceeding through a web browser allows the user to handle a more convenient interface.

이상의 설명에서와 같이 본 발명의 실시예에서, 프로그래머가 필요로 하는 다양한 기능을 미리 소스코드모듈화하여 저장하여두고 이와 같이 저장되어 있는 소스코드모듈을 인터넷을 통하여 사용자에게 웹환경으로서 제공하여 줌으로써 프로그래머가 시간과 공간상의 제약이 없이 컴파일을 손쉽게 할 수 있도록 하는 효과를 가진 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템 및 방법을 제공할 수가 있다. 본 발명의 이와 같은 효과는 응용 프로그램 설치 및 배포 분야에서 본 발명의 기술적 사상의 범위를 벗어나지 않는 범위내에서 다양하게 응용되어 이용될 수가 있다.As described above, in the embodiment of the present invention, the programmer can provide the user with the stored source code module as a web environment through the Internet. It is possible to provide a compilation system and method that can provide a combination of source code modules and a web environment with the effect of making compilation easy without time and space constraints. Such effects of the present invention can be used in various applications within the scope of the technical idea of the present invention in the field of application installation and distribution.

Claims (2)

프로그래머 컴퓨터와 인터넷망을 통하여 연결되어 있는 서버에 있어서 상기한 서버는,In the server connected to the programmer computer and the Internet network, the server described above, 웹브라우저를 통하여 프로그래머가 설정한 내용을 입력시키기 위한 사용자 입력수단과,User input means for inputting the contents set by the programmer through a web browser, 컴파일될 수 있는 소스 코드가 데이터 베이스 형태로 집합되어 저장되어 있는 프로그램코드 템플릿부와,A program code template unit in which compiled source codes are collected and stored in a database form, 웹브라우저상에서 설정된 내용을 형태소 분석과 구문분석과 의미분석을 통하여 실제 코드로 변환가능한 소스 상태인 심볼 테이블로 변환해줌으로써 실시간 컴파일을 위한 변환작업을 하는 코드 변환수단과,A code conversion means for converting the contents set in the web browser into symbol tables which are source states that can be converted into actual codes through morphological analysis, syntax analysis, and semantic analysis; 상기한 코드 변환수단에서 생성된 심볼 테이블과 코드 템플릿을 결합하여 실시간 컴파일을 위한 중간코드인 소스를 구성하는 코드 생성수단과,Code generation means for combining a symbol table generated by the code conversion means and a code template to form a source that is an intermediate code for real-time compilation; 코드 최적화를 통하여 코드를 생성한 뒤에 링크를 함으로써 실시간으로 컴파일을 수행하는 컴파일러를 포함하여 이루어지는 것을 특징으로 하는 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템.Compilation system capable of providing a source code module combination and a web environment, characterized by comprising a compiler that performs compilation in real time by linking after generating the code through code optimization. 동작이 시작되면 프로그래머가 인터넷 웹브라우저상에서 설정한 내용을 입력시키고 원시 프로그램의 코드를 읽어들이는 단계와,When the program starts, the programmer inputs the contents set in the Internet web browser and reads the source code. 인터넷 웹브라우저상에서 설정된 내용에 대하여 형태소를 분석하고 구문을분석하고 의미를 분석하여 실제 코드로 변환가능한 소스 상태인 심볼 테이블로 변환해줌으로써 실시간 컴파일을 위한 변환작업을 하는 단계와,Converting the morphological, syntactic and semantic analysis of the contents set in the Internet web browser into a symbol table which is a source state that can be converted into actual code, and converting them for real-time compilation; 상기한 심볼 테이블과 코드 템플릿을 결합하여 실시간 컴파일을 위한 중간코드인 소스를 구성하는 단계와,Combining the symbol table and the code template to construct a source that is an intermediate code for real-time compilation; 코드 최적화를 한 뒤에 실시간 컴파일을 통하여 코드를 생성하는 단계와,Optimize code and generate code through real-time compilation, 오브젝트들을 서로 연결하는 링크를 함으로써 실행 오브젝트를 생성하는 단계와,Creating an execution object by linking the objects together; 상기한 실행 오브젝트를 인터넷을 통하여 제공을 하는 단계를 포함하여 이루어지는 것을 특징으로 하는 소스코드모듈 조합 및 웹환경 제공이 가능한 컴파일 시스템 방법.Comprising a source code module combination and the web environment providing a compilation, characterized in that it comprises the step of providing the execution object through the Internet.
KR1020020026951A 2002-05-15 2002-05-15 Compile system for selecting source code modules and providing web environces and method thereof KR20030089044A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020026951A KR20030089044A (en) 2002-05-15 2002-05-15 Compile system for selecting source code modules and providing web environces and method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020026951A KR20030089044A (en) 2002-05-15 2002-05-15 Compile system for selecting source code modules and providing web environces and method thereof

Publications (1)

Publication Number Publication Date
KR20030089044A true KR20030089044A (en) 2003-11-21

Family

ID=32383048

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020026951A KR20030089044A (en) 2002-05-15 2002-05-15 Compile system for selecting source code modules and providing web environces and method thereof

Country Status (1)

Country Link
KR (1) KR20030089044A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040051023A (en) * 2002-12-11 2004-06-18 엘지전자 주식회사 System and Method for Compiling a Web Based Operating System
KR100722233B1 (en) * 2005-10-12 2007-05-29 인포뱅크 주식회사 Method and Apparatus for Linking Separate Execution Files for Embedded System
KR20220015115A (en) * 2020-07-30 2022-02-08 경북대학교 산학협력단 Microcontroller Update Managemnet Method and Management System

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0588907A (en) * 1991-09-26 1993-04-09 Mitsubishi Electric Corp Compiling system in distributed circumstances
JPH05165796A (en) * 1991-12-13 1993-07-02 Nec Corp Software developing tool starting system in distributed type computer network
JPH10161885A (en) * 1996-11-26 1998-06-19 Hewlett Packard Co <Hp> Remote compiling method and system
KR20000018458A (en) * 1998-09-02 2000-04-06 정선종 Program developing environment providing method at a system on the basis of web
KR20010112690A (en) * 2000-06-12 2001-12-21 이형원 Linking and/or Including Method for Networked Computer Programming Resources

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0588907A (en) * 1991-09-26 1993-04-09 Mitsubishi Electric Corp Compiling system in distributed circumstances
JPH05165796A (en) * 1991-12-13 1993-07-02 Nec Corp Software developing tool starting system in distributed type computer network
JPH10161885A (en) * 1996-11-26 1998-06-19 Hewlett Packard Co <Hp> Remote compiling method and system
KR20000018458A (en) * 1998-09-02 2000-04-06 정선종 Program developing environment providing method at a system on the basis of web
KR20010112690A (en) * 2000-06-12 2001-12-21 이형원 Linking and/or Including Method for Networked Computer Programming Resources

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040051023A (en) * 2002-12-11 2004-06-18 엘지전자 주식회사 System and Method for Compiling a Web Based Operating System
KR100722233B1 (en) * 2005-10-12 2007-05-29 인포뱅크 주식회사 Method and Apparatus for Linking Separate Execution Files for Embedded System
KR20220015115A (en) * 2020-07-30 2022-02-08 경북대학교 산학협력단 Microcontroller Update Managemnet Method and Management System

Similar Documents

Publication Publication Date Title
Deursen et al. Little languages: little maintenance?
Zhang et al. Design, construction, and application of a generic visual language generation environment
US20040158820A1 (en) System for generating an application framework and components
JPH08202545A (en) Object-oriented system and method for generation of target language code
US7913224B2 (en) Device for the automated generation of program code
Buchmann et al. Valkyrie: A UML-based Model-driven Environment for Model-driven Software Engineering.
Grønmo et al. Comparison of three model transformation languages
CN108153522B (en) Method for generating Spark and Hadoop program codes by midcore based on model conversion
CN111736813A (en) JPA code generation method and device, terminal equipment and storage medium
Srinivasan et al. CODE: a development environment for OWL-S Web services
Strommer et al. A framework for model transformation by-example: Concepts and tool support
Kastens Attribute grammars in a compiler construction environment
KR20030089044A (en) Compile system for selecting source code modules and providing web environces and method thereof
Akers et al. Re-engineering C++ component models via automatic program transformation
García-Pradales et al. An s (CASP) In-Browser Playground based on Ciao Prolog.
Hearnden et al. Anti-Yacc: MOF-to-text
Akers et al. Case study: Re-engineering C++ component models via automatic program transformation
GB2420638A (en) Method of substituting code fragments in Internal Representation
CN100361077C (en) Micro-compile grid service constructor
KR100576941B1 (en) Metamodel-based model transformation apparatus
Justus et al. Mo| E–a communication service between Modelica compilers and text editors
Tansalarak et al. XCompose: An XML-based component composition framework
Schiedermeier et al. FIDDLR: streamlining reuse with concern-specific modelling languages
Zhu et al. A Method for Generating Functional Programming Template Based on Model Transformation
JP2977642B2 (en) FORTRAN compilation processor

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application
E601 Decision to refuse application