Skip to content

eleypie/simpliCty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

simpliCty cleverly combines "Simplicity" with "C," perfectly capturing the essence of an accessible, beginner-friendly programming language inspired by the foundational C language. The name suggests clarity, minimalism, and ease of learning.

Designed as a simplified version of C, simpliCty aims to provide a more accessible entry point for novice programmers, allowing them to grasp programming concepts with ease while fostering a sense of creative expression. The language emphasizes "Creation, Creativity, and Completion," embodying a commitment to clarity and usability. By minimizing complexities and enhancing readability, this programming language seeks to empower beginners to understand programming fundamentals more intuitively and focus on building their problem-solving skills. In essence, simpliCty is envisioned as a tool that not only supports coding proficiency but also nurtures a deeper, more conscious approach to programming, resonating with the natural cycles of learning and growth.

HOW TO RUN

  • Compile program using
gcc simpliCty/lexers.c simpliCty/main.c -o main.exe
  • Run program with the sample files using .cty extension
./main.exe samples/new.cty
  • Output will display in terminal and are logged at output/symbol_table.txt

About

PPL C compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%