Avatar of zliminator
zliminatorFlag for United States of America

asked on 

source code for interpreter

I want to write a C# (winforms) app that reads my own script language that operates a digital IO card (Labjack) to do certain tasks like read io lines 0-3 and set io line 4 if something happens on the input or take so many acquisitions at a certain rate and record them to a buffer. I was looking at code for compilers like Mike Stall's 'Blue' - a compiler written in C# that takes a simple language and creates the IDL using reflections.
Blue
Most of the source code I've found is either too complex or too simple but I may go ahead and use the code listed above. As far as I can tell a compiler and interpreter are the same except the compiler writes a file of machine dependent code. An interpreter just executes the tokenized code.
ProgrammingC#Programming Languages-Other

Avatar of undefined
Last Comment
Mike McCracken
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
C#
C#

C# is an object-oriented programming language created in conjunction with Microsoft’s .NET framework. Compilation is usually done into the Microsoft Intermediate Language (MSIL), which is then JIT-compiled to native code (and cached) during execution in the Common Language Runtime (CLR).

98K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo