Skip to content

Commit

Permalink
Fixed a broken link in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatAssembler committed Aug 19, 2021
1 parent 9b537d5 commit 9178090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AEC for WebAssembly

![Logo](logo.png)
![Logo](logo.PNG)

This is my attempt to port the [ArithmeticExpressionCompiler](https://github.com/FlatAssembler/ArithmeticExpressionCompiler) language to WebAssembly (the JavaScript bytecode). The compiler has been rewritten from scratch in C++ (the original compiler was written in a combination of C and JavaScript, using the Duktape framework). Right now, it's <del>about as powerful as</del> more powerful than the original compiler (targeting x86 assembly), as it includes support for more data types, including the support for structures. The specification for the ArithmeticExpressionCompiler language is (hopefully) available on [my website](https://flatassembler.github.io/AEC_specification.html).

Expand Down

0 comments on commit 9178090

Please sign in to comment.