Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.26 KB

readme.md

File metadata and controls

17 lines (13 loc) · 1.26 KB

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