Filter
Exclude
Time range
-
Near
📘 GATE-CS Problem of the Day Compiler Design 🚀 CFG: S → Aa | bAc | dc | bda A → d ❓ Grammar type? ✅ LALR(1), NOT SLR(1) 💡 SLR(1) has a shift-reduce conflict because FOLLOW(A) = {a, c}. #GATECS #CompilerDesign #Parsing #SLR #LALR #PYQ #GatePreparation
1
20
📘 GATE-CS Problem of the Day Compiler Design ❓ FIRST & FOLLOW Sets Which statements are TRUE? ✅ A. A → ε ⇒ ε ∈ FIRST(A) ✅ D. $ ∈ FOLLOW(Start Symbol) 💡 Remember: FIRST may contain ε FOLLOW never contains ε #GATECS #CompilerDesign #Parsing #FIRST #FOLLOW #PYQ #Gate
4
Day 45/45 of my coding challenge ✔ Studied Compiler concepts 45 days completed. Consistency wins. #45DaysOfCode #coding #CompilerDesign
1
6
30
Started my semester exams prep and found an amazing playlist on Compiler Design 🔥 >The way concepts like compiler vs interpreter are explained is super clear. >Highly recommend checking out THE GATEHUB for CS students! #CompilerDesign #CSStudents #ExamPrep
2
142
Learning Parsing in Compiler Design 💻✨ Parsing checks whether input follows grammar rules/syntax correctly and helps the compiler understand code structure. Currently implementing Predictive Parser in C 👩‍💻📚 #CompilerDesign #Coding #CProgramming
1
11
134
@Chukslang compiler now builds 50k files to native binary in 30 seconds. Parallelized transpilation killed 16M redundant regex compilations per build. Faster native compilation than Rust, Java/GraalVM, C and C# NativeAOT at this scale. #Chuks #CompilerDesign #BuildInPublic
1
2
5
101
📄 "An Overview of Cangjie Programming Language" is now published in the Journal of Computer Science and Technology (JCST) — one of China's top CS journals indexed by SCI. 🎉 Here's what the research covers: 🔒 Statically typed & compiled — with robust type inference powered by modern compiler frontend techniques ⚙️ CHIR: a language-specific high-level IR for semantics-aware optimization 🚀 Concurrent compacting GC lightweight user-mode threads for performance at scale 🧩 Extensibility-first: type extension, macro programming, and a clean C-FFI 🔧 LLVM-based backend extended with GC intrinsics and Cangjie-specific passes ✅ Preliminary results show performance competitive with other application-level languages. 📖 Full paper in JCST (2026) → doi.org/10.1007/s11390-025-5… #Cangjie #CompilerDesign #ProgrammingLanguages
2
9
310
Practice makes perfect 💪 Grinding on numericals LL,LR,CLR,LALR etc . #compilerdesign #numericals #exam
1
5
38
Another day, another grind! 🎉 Contributed to open source yesterday (improved docs as per author suggestion) and (It's 12:00AM SO) Compiler Design mid-sem today 🧑‍💻 Focusing on parsing phases - LALR, CLR, SLR, LR, LL etc. Wish me luck! #OpenSource #CompilerDesign #MidSem
2
30
Revising mode: ON Two chapters down — Compiler Design & Digital Logic One concept at a time. One step closer to the goal. 🚀 #StudyMode #BTechLife #CompilerDesign #DigitalLogic #Competitiveexam
2
123
Chapter 10 done in "Writing a C Compiler" (@nostarch). Implemented static and extern storage class specifiers with proper linkage resolution, scoped symbol tables, and static local variable renaming. Maybe the hardest part... #compiler #C #programming #compilerdesign
1
1
14
857
Just implemented function calls from scratch Chapter 9: calling conventions, ABI, stack frames - the stuff that makes functions actually work Writing a C Compiler (@nostarch) Code: github.com/Fare9/MyCCompiler… #CompilerDesign #C #LLVM #SystemsProgramming
17 Aug 2025
I have decided to give a chance to this book of Writing a C compiler after finishing the compiler course at @pikuma. For writing it I have decided using C , and I will use some of the utils provided by @llvmorg libraries.
1
3
11
875
🎤 Speaker Announcement – Pune DevCon 2025! We’re excited to welcome Renji Panicker and Raj Chaudhuri to the Pune DevCon 2025 speaker lineup! 🧠 Session Title: “Parsers: A Live Journey with Yantra” In this live, hands-on session, Renji and Raj will take attendees on a deep dive into parsers, using Yantra — a modern toolchain built for language processing and compiler construction. With over 30 years of C development experience, Renji brings deep technical knowledge of systems programming and tooling. Raj brings decades of perspective on software evolution, consulting, and simplifying complex topics for developers and teams alike. If you've ever wanted to understand how parsers work, or are building DSLs, compilers, or transformation tools — this is your chance to see it in action. 🗓️ Date: 20th December 2025 📍 Venue: MCCIA Trade Towers, Pune 🔗 More Details: punedevcon.org/ #PuneDevCon2025 #PuneUserGroup #RenjiPanicker #RajChaudhuri #YantraTooling #Parsers #CompilerDesign #CPlusPlus #LanguageProcessing #SoftwareCraftsmanship #TechConference #DeveloperCommunity #PuneTech #ProgrammingTools
2
84
5 Dec 2025
Chapter 7 complete! Compound statements implemented – proper block scoping and nested control flow. While studying for N4. 勉強しながらコンパイラを作っています github.com/Fare9/MyCCompiler… Following "Writing a C Compiler" by @nostarch #CompilerDesign #CProgramming #JLPTN4
17 Aug 2025
I have decided to give a chance to this book of Writing a C compiler after finishing the compiler course at @pikuma. For writing it I have decided using C , and I will use some of the utils provided by @llvmorg libraries.
1
15
1,193
5 Nov 2025
Finally after emulator training the chapter 6 of my C compiler project is complete. Implemented goto statements and labels. Code available on GitHub: github.com/Fare9/MyCCompiler… Following "Writing a C Compiler" by nora_sandler (@nostarch). #CompilerDesign #CProgramming
17 Aug 2025
I have decided to give a chance to this book of Writing a C compiler after finishing the compiler course at @pikuma. For writing it I have decided using C , and I will use some of the utils provided by @llvmorg libraries.
6
54
553
38,281
2 Nov 2025
Try Swupel Lang Yourself! Just open our Playground (swupel.com/lang) and start trying your ideas! Just be sure to take a look at the tutorial above the Playground! #python #transpiler #compilerdesign
2
2
237
This is an actual screenshot from LLVM's documentation (source: llvm.org/docs/CompileCudaWit…). We're building the "blissfully unaware" button for CUDA. It's called SCALE: scale-lang.com. #NVIDIA #AMD #CUDA #compilerdesign #AI #hpcomputing
4
84