CN106293866A - 一种chi编程语言 - Google Patents

一种chi编程语言 Download PDF

Info

Publication number
CN106293866A
CN106293866A CN201610671703.6A CN201610671703A CN106293866A CN 106293866 A CN106293866 A CN 106293866A CN 201610671703 A CN201610671703 A CN 201610671703A CN 106293866 A CN106293866 A CN 106293866A
Authority
CN
China
Prior art keywords
code
programming language
compiled
chi
machine code
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
Application number
CN201610671703.6A
Other languages
English (en)
Inventor
李辞风
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.)
Hunan Quanruan Software Technology Co Ltd
Original Assignee
Hunan Quanruan Software Technology Co Ltd
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 Hunan Quanruan Software Technology Co Ltd filed Critical Hunan Quanruan Software Technology Co Ltd
Priority to CN201610671703.6A priority Critical patent/CN106293866A/zh
Publication of CN106293866A publication Critical patent/CN106293866A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

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)

Abstract

本发明公开了一种CHI编程语言,它涉及编程语言技术领域;它的流程如下:将源代码经过预处理器处理,预处理文件与链接文件通过编译器进行编译成机器码,然后机器码通过CPU编译成目标代码;本发明将源码编译成通用中间语言的字节码,适用范围广,且速度快。

Description

一种CHI编程语言
技术领域:
本发明涉及一种CHI编程语言,属于编程语言技术领域。
背景技术:
目前编译器的流程为:源代码(source code)→预处理器(preprocessor)→编译 器(compiler)→目标代码(object code)→链接器(Linker)→可执行程序(executables), 其编译的代码速度慢,且适用范围小。
发明内容:
针对上述问题,本发明要解决的技术问题是提供一种CHI编程语言。
本发明的一种CHI编程语言,它的流程如下:将源代码经过预处理器处理,预处理文件与链接文件通过编译器进行编译成机器码,然后机器码通过CPU编译成目标代码。
作为优选,所述的机器码为二进制机器码。
本发明的有益效果为:将源码编译成通用中间语言的字节码,适用范围广,且速度快。
具体实施方式:
本具体实施方式采用以下技术方案:它的流程如下:将源代码经过预处理器处理,预处理文件与链接文件通过编译器进行编译成机器码,然后机器码通过CPU编译成目标代码。
进一步的,所述的机器码为二进制机器码。
本具体实施方式主要是把源码(SourceCode)编译成通用中间语言(MSIL/CIL)的字节码(ByteCode)。最后运行的时候通过通用语言运行库的转换,编程最终可以被CPU直接计算的机器码。
以上显示和描述了本发明的基本原理和主要特征和本发明的优点。本行业的技术人员应该了解,本发明不受上述实施例的限制,上述实施例和说明书中描述的只是说明本发明的原理,在不脱离本发明精神和范围的前提下,本发明还会有各种变化和改进,这些变化和改进都落入要求保护的本发明范围内。本发明要求保护范围由所附的权利要求书及其等效物界定。

Claims (2)

1.一种CHI编程语言,其特征在于:它的流程如下:将源代码经过预处理器处理,预处理文件与链接文件通过编译器进行编译成机器码,然后机器码通过CPU编译成目标代码。
2.根据权利要求1所述的一种CHI编程语言的方法,其特征在于:所述的机器码为二进制机器码。
CN201610671703.6A 2016-08-15 2016-08-15 一种chi编程语言 Pending CN106293866A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610671703.6A CN106293866A (zh) 2016-08-15 2016-08-15 一种chi编程语言

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610671703.6A CN106293866A (zh) 2016-08-15 2016-08-15 一种chi编程语言

Publications (1)

Publication Number Publication Date
CN106293866A true CN106293866A (zh) 2017-01-04

Family

ID=57671726

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610671703.6A Pending CN106293866A (zh) 2016-08-15 2016-08-15 一种chi编程语言

Country Status (1)

Country Link
CN (1) CN106293866A (zh)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929682A (zh) * 2012-12-06 2013-02-13 盛科网络(苏州)有限公司 自动扩展tcl语言的预处理方法和装置
CN105354175A (zh) * 2015-10-21 2016-02-24 北京锐安科技有限公司 一种数据转换方法及系统

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929682A (zh) * 2012-12-06 2013-02-13 盛科网络(苏州)有限公司 自动扩展tcl语言的预处理方法和装置
CN105354175A (zh) * 2015-10-21 2016-02-24 北京锐安科技有限公司 一种数据转换方法及系统

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BLUINGBIAN: "《编译器》", 《百度百科》 *
付逢春: ""GNU工具链在软件构建中的应用"", 《软件导刊》 *

Similar Documents

Publication Publication Date Title
Livshits et al. In defense of soundiness: A manifesto
ATE438151T1 (de) Verschleierung von computerprogrammcodes
ATE432507T1 (de) Verschleierung von computerprogrammcodes
JP2010204979A5 (ja) コンパイル方法
EP4290377A3 (en) Hardware acceleration method, compiler, and device
RU2014107726A (ru) Проецирование собственных интерфейсов прикладного программирования операционной системы в другие языки программирования
CY1119758T1 (el) Μεθοδος και συστημα για τη δημιουργια κωδικα
EP1398695A3 (en) Compiler
WO2015124116A3 (en) System and method for isolating i/o execution via compiler and os support
WO2015011567A3 (en) Method and system for compiler optimization
ZA202306556B (en) Natural solution language
CN109543368A (zh) 一种基于中间语言解释器的跨平台源码虚拟化保护方法
SG10201801669XA (en) Secure just-in-time (jit) code generation
WO2014159373A3 (en) Operating system support for contracts
CN106293866A (zh) 一种chi编程语言
GB2384088A (en) Streamlining ata device intialization
CN104750533A (zh) C程序编译方法及编译器
JP2007334643A (ja) プログラム実行方法、プログラム、およびプログラム実行システム
IN2014CH02634A (zh)
Kwon et al. Improving robustness via disjunctive statements in imperative programming
CN113760298A (zh) 一种在plc梯形图中内嵌入c语言的方法
Krahn et al. Efficient layer activation in context js
MX2019014608A (es) Proceso para la recuperacion de yodo de soluciones acuosas.
Gotarane et al. Smart Coding using New Code Optimization Techniques in Java to Reduce Runtime Overhead of Java Compiler
GB201314580D0 (en) Processing for application program deployment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20170104

WD01 Invention patent application deemed withdrawn after publication