Click here to Skip to main content
15,886,104 members
Articles / Programming Languages / C# 6.0

Graphing Calculator in C# with LES

Rate me:
Please Sign up or sign in to vote.
5.00/5 (25 votes)
12 Jun 2017CPOL18 min read 27.9K   37  
It has 41 features in about 1000 lines of code* - but only 3 lines are needed to parse the expressions you type in. Uses WinForms, BackgroundWorker, GDI+ and LES.
This graphing calculator project has 41 features in about 1000 lines of code. After taking a look at what LES is, you will see what the 41 features are. At the end of the post, missing features are also listed.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer None
Canada Canada
Since I started programming when I was 11, I wrote the SNES emulator "SNEqr", the FastNav mapping component, the Enhanced C# programming language (in progress), the parser generator LLLPG, and LES, a syntax to help you start building programming languages, DSLs or build systems.

My overall focus is on the Language of your choice (Loyc) initiative, which is about investigating ways to improve interoperability between programming languages and putting more power in the hands of developers. I'm also seeking employment.

Comments and Discussions