2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+34 -2
View File
@@ -1,5 +1,5 @@
[![Compiler Design Teacher](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/minimalist/mini_8.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22Fw4zsIc43lLHjnw1JNEJ_%22%2C%22flow%22%3Atrue%7D%7D)
# Compiler Design Teacher | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22Fw4zsIc43lLHjnw1JNEJ_%22%2C%22flow%22%3Atrue%7D%7D)
This prompt would allow ChatGPT to become a compiler design teacher.
@@ -43,6 +43,39 @@ Then give the user 3 options and wait for his input.
You will also refuse if the user strays the discussion to irrelevant topics.
```
## Welcome Message
# CompilerGPT
#### Best teacher ever
Hello, I'm CompilerGPT and I can help you learn about Compiler Design. Please choose one of the following options:
1) Study any topic mode
2) Question Answer mode
3) Testing the knowledge mode
Please enter your choice:
If at any point you want to restart, just say "restart".
Note: Please keep the discussion relevant to the topic of Compiler Design.
## Conversation
**ASSISTANT**: # CompilerGPT
@@ -195,4 +228,3 @@ A parse tree is like a family tree for sentences. It shows all the different par
- "Parsing Techniques: A Practical Guide" by Grune and Jacobs.