Skip to content
/ ELSD Public

Here will be placed our DSL which goal is to help students to study chemistry in IT way.

Notifications You must be signed in to change notification settings

vvtttvv/ELSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Hello, this project is about domain specific languages, chemistry and a lot of pain. It was made by a small team from the Technical University of Moldova, FCIM faculty, software engineering program. We tried to make the life of school and university students a little bit better and we hope we succeeded!

How to run project

The current security policy of most web browsers prohibits launching a modular project through a regular index.html. There are several ways to launch a project bypassing this restriction.

  • The first way to run a project involves merging all js files into one (script.js) and removing all imports and default exports from it. In this case, the entire project will run in one big file.

  • The second way to run a project (the one I usually used) involves running an online server. If you use vs code, you can download the extension "LiveServer". After that you can click RMB on index.html and choose "Open with Live Server"

How to work with our project

When you open index.html you can write expression in left window. After pressing button "Run" you will see the result. For now it is an array of tokens in the right winow and a parse tree in console. To open the console you need to press next combination: ctrl+shift+j.

About

Here will be placed our DSL which goal is to help students to study chemistry in IT way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published