You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@ The one thing I've always wanted to make was a compiler. I first tried with PHP,
3
3
4
4
My goal is to make it web based, but also work if you download it. The old one worked online, but the site would write it to the same global file.
5
5
6
+
The Beta site, which is where I test new features, can be found [here](https://HTML-JS-CSS-Compiler.mamamia5x.repl.co).
7
+
8
+
The lastest relase, which you can use to download and run the project offline, can be found [here](https://github.com/mamamia5x/HTML5-Compiler/releases).
9
+
6
10
## Version History
11
+
#### V.0.2.0
12
+
* Changed way compiler writes files.
13
+
* instead of it just putting the contents into a div, it now writes to a file and puts it into an iframe.
14
+
* Ability to create multiple files.
15
+
* Biggest update. It went through so many changes before it got to this point.
0 commit comments