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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This repository contains:
10
10
* A front-end —written in JavaScript—, an interface where the user can visualize, create and edit expressions. It works in a [read–eval–print loop](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop) mode. The user can save a created scrip as a local file in order to be retrieved later or shared.
11
11
* A back-end —written in JavaScript—, is a background program that evaluates the expressions created by the user and returns the result to the front-end, in order to be shown.
12
12
* Message files —written in JSON— for messages in several human languages, in order to the main program can be used for different locales.
13
-
* Because the main program runs as a web page, it requires some additional resources, such as a HTML file, a CSS file, images, icons, etc.
13
+
* Because the main program is a web application, it requires some additional resources, such as a HTML file, a CSS file, images, icons, etc.
0 commit comments