Advertisement

Results for "Author: david yang"

ASP_Volume2 #25831
C to ASM - a compiler in the development (very early stages)

THis program translates a subset of C into asm, currently, it supports looping (for, while), conditions (if), maths (+,*,-,/), boolean operators (&&, ||), arrays(partly) This outputs asm code that should work, the output is currently generic asm code, without conforming to the rules of any specific asm compiler, but that can be easily taken care of. THis program is written in excel Visual basic, because my version of Visual basic was deleted, and i lost my visual basic installation cd. anyway, you can still run it. TO view the source code, press ALT+F11 to enter a editor, much like the normal VB editor (sorry about that...) Sample Code Translation is below (in the "Windows API section" below):

ASP_Volume2 #35943
XCell Update 2 - SpreadSheet program without external ocx or dlls

THis program is an attempt at making a spreadsheet program written in visual basic without any external ocx or dll. This version has two new updates: *It is arranged more orderly in classes *It is now supporting formulas inputted into cells

ASP_Volume2 #39122
Scripting Language (C like language, compiles to bytecode)

THis is a scripting language which uses all the stages of proper compilation: first tokenisation, then tree building, (type checking is not implemented yet), then finally conversion of tree into specified language. THis uses a stack machine type language. It can execute loops, conditions, maths etc.

ASP_Volume3 #59179
XCell Update 2 - SpreadSheet program without external ocx or dlls

THis program is an attempt at making a spreadsheet program written in visual basic without any external ocx or dll. This version has two new updates: *It is arranged more orderly in classes *It is now supporting formulas inputted into cells

ASP_Volume3 #59180
C to ASM - a compiler in the development (very early stages)

THis program translates a subset of C into asm, currently, it supports looping (for, while), conditions (if), maths (+,*,-,/), boolean operators (&&, ||), arrays(partly) This outputs asm code that should work, the output is currently generic asm code, without conforming to the rules of any specific asm compiler, but that can be easily taken care of. THis program is written in excel Visual basic, because my version of Visual basic was deleted, and i lost my visual basic installation cd. anyway, you can still run it. TO view the source code, press ALT+F11 to enter a editor, much like the normal VB editor (sorry about that...) Sample Code Translation is below (in the "Windows API section" below):

ASP_Volume3 #59181
Scripting Language (C like language, compiles to bytecode)

THis is a scripting language which uses all the stages of proper compilation: first tokenisation, then tree building, (type checking is not implemented yet), then finally conversion of tree into specified language. THis uses a stack machine type language. It can execute loops, conditions, maths etc.

C_Volume2 #66893
C to ASM - a compiler in the development (very early stages)

THis program translates a subset of C into asm, currently, it supports looping (for, while), conditions (if), maths (+,*,-,/), boolean operators (&&, ||), arrays(partly) This outputs asm code that should work, the output is currently generic asm code, without conforming to the rules of any specific asm compiler, but that can be easily taken care of. THis program is written in excel Visual basic, because my version of Visual basic was deleted, and i lost my visual basic installation cd. anyway, you can still run it. TO view the source code, press ALT+F11 to enter a editor, much like the normal VB editor (sorry about that...) Sample Code Translation is below (in the "Windows API section" below):

C_Volume2 #77005
XCell Update 2 - SpreadSheet program without external ocx or dlls

THis program is an attempt at making a spreadsheet program written in visual basic without any external ocx or dll. This version has two new updates: *It is arranged more orderly in classes *It is now supporting formulas inputted into cells

C_Volume2 #80184
Scripting Language (C like language, compiles to bytecode)

THis is a scripting language which uses all the stages of proper compilation: first tokenisation, then tree building, (type checking is not implemented yet), then finally conversion of tree into specified language. THis uses a stack machine type language. It can execute loops, conditions, maths etc.

Java_Volume1 #85437
C to ASM - a compiler in the development (very early stages)

THis program translates a subset of C into asm, currently, it supports looping (for, while), conditions (if), maths (+,*,-,/), boolean operators (&&, ||), arrays(partly) This outputs asm code that should work, the output is currently generic asm code, without conforming to the rules of any specific asm compiler, but that can be easily taken care of. THis program is written in excel Visual basic, because my version of Visual basic was deleted, and i lost my visual basic installation cd. anyway, you can still run it. TO view the source code, press ALT+F11 to enter a editor, much like the normal VB editor (sorry about that...) Sample Code Translation is below (in the "Windows API section" below):

Java_Volume1 #95549
XCell Update 2 - SpreadSheet program without external ocx or dlls

THis program is an attempt at making a spreadsheet program written in visual basic without any external ocx or dll. This version has two new updates: *It is arranged more orderly in classes *It is now supporting formulas inputted into cells

Java_Volume1 #98728
Scripting Language (C like language, compiles to bytecode)

THis is a scripting language which uses all the stages of proper compilation: first tokenisation, then tree building, (type checking is not implemented yet), then finally conversion of tree into specified language. THis uses a stack machine type language. It can execute loops, conditions, maths etc.

2_2002-2004 #112585
C to ASM - a compiler in the development (very early stages)

THis program translates a subset of C into asm, currently, it supports looping (for, while), conditions (if), maths (+,*,-,/), boolean operators (&&, ||), arrays(partly) This outputs asm code that should work, the output is currently generic asm code, without conforming to the rules of any specific asm compiler, but that can be easily taken care of. THis program is written in excel Visual basic, because my version of Visual basic was deleted, and i lost my visual basic installation cd. anyway, you can still run it. TO view the source code, press ALT+F11 to enter a editor, much like the normal VB editor (sorry about that...) Sample Code Translation is below (in the "Windows API section" below):

2_2002-2004 #122696
XCell Update 2 - SpreadSheet program without external ocx or dlls

THis program is an attempt at making a spreadsheet program written in visual basic without any external ocx or dll. This version has two new updates: *It is arranged more orderly in classes *It is now supporting formulas inputted into cells

2_2002-2004 #125875
Scripting Language (C like language, compiles to bytecode)

THis is a scripting language which uses all the stages of proper compilation: first tokenisation, then tree building, (type checking is not implemented yet), then finally conversion of tree into specified language. THis uses a stack machine type language. It can execute loops, conditions, maths etc.

3_2004-2005 #131128
C to ASM - a compiler in the development (very early stages)

THis program translates a subset of C into asm, currently, it supports looping (for, while), conditions (if), maths (+,*,-,/), boolean operators (&&, ||), arrays(partly) This outputs asm code that should work, the output is currently generic asm code, without conforming to the rules of any specific asm compiler, but that can be easily taken care of. THis program is written in excel Visual basic, because my version of Visual basic was deleted, and i lost my visual basic installation cd. anyway, you can still run it. TO view the source code, press ALT+F11 to enter a editor, much like the normal VB editor (sorry about that...) Sample Code Translation is below (in the "Windows API section" below):

3_2004-2005 #141240
XCell Update 2 - SpreadSheet program without external ocx or dlls

THis program is an attempt at making a spreadsheet program written in visual basic without any external ocx or dll. This version has two new updates: *It is arranged more orderly in classes *It is now supporting formulas inputted into cells

3_2004-2005 #144419
Scripting Language (C like language, compiles to bytecode)

THis is a scripting language which uses all the stages of proper compilation: first tokenisation, then tree building, (type checking is not implemented yet), then finally conversion of tree into specified language. THis uses a stack machine type language. It can execute loops, conditions, maths etc.

4_2005-2006 #164476
XCell Update 2 - SpreadSheet program without external ocx or dlls

THis program is an attempt at making a spreadsheet program written in visual basic without any external ocx or dll. This version has two new updates: *It is arranged more orderly in classes *It is now supporting formulas inputted into cells

4_2005-2006 #164477
C to ASM - a compiler in the development (very early stages)

THis program translates a subset of C into asm, currently, it supports looping (for, while), conditions (if), maths (+,*,-,/), boolean operators (&&, ||), arrays(partly) This outputs asm code that should work, the output is currently generic asm code, without conforming to the rules of any specific asm compiler, but that can be easily taken care of. THis program is written in excel Visual basic, because my version of Visual basic was deleted, and i lost my visual basic installation cd. anyway, you can still run it. TO view the source code, press ALT+F11 to enter a editor, much like the normal VB editor (sorry about that...) Sample Code Translation is below (in the "Windows API section" below):

Languages
Top Categories
Global Discovery