Replaced a few more newlines in strings with escape charaters
Documented what is new in v6.1.1
Prepared for a new release
Merge pull request #49 from DuckySoLucky/fix/assembler/breakpoint-failing-on-nextline
fix(assembler): The setting of breakpoints on the print_string directive fails if the first character in the string is \n
Added a TODO to warn that there is a bug related to breakpoints when the first character in
Prepared for a new release
Added the support for newline characters in strings
Added a comment on the top of the Arithmetic Expressions Test
Refactored the code using GitHub Copilot
Update arithmetic_expressions.test.js
Update arithmetic_expressions.test.js
Added a comment at the beginning of `parser.test.js`
Recovered an important comment deleted by AI
Update parser.test.js
Update parser.test.js
Prepared for a new release
Attempted to catch the correct type of exception in `db_helper.php`
Made it catch the correct type of exception for MySQLi
Linked to my new Reddit thread in the documentation
Linked to my new Reddit thread
Attempted to speed up the Permutations Algorithm in assembly
Prepared for a new release
Added the sequence diagram into the documentation
Updated a link in the README
Linked to the sequential diagram from the index page
Added the first version of the sequential diagram
Fixed a syntax error in PHP
Attempted to dodge the PHP into working
Attempted to modify how the PHP connects to the database
Made it create the table if it does not exist
Changed the `db_helper.php` to better connect to database
Add or update the Azure App Service build and deployment workflow config
Attempted to reset the Azure deployment
Change database name to 'ruap-lv3-database'
Add password variable to .env file
Update database connection parameters
Add or update the Azure App Service build and deployment workflow config
Linked to my new Reddit thread in the comments
Refactored `TreeNode.js` a bit (replacing for-loop with `Array.map`)
Used `Array.map` instead of for loops where possible
Fixed a typo "trashing" -> "thrashing"
Formatted using ClangFormat
Update assembler.js
Update headerScript.js
Update headerScript.js
Update headerScript.js
Update headerScript.js
Update headerScript.js
Update README.md