Skip to content

pejman-hkh/dolang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 19, 2023
f19ff71 · Mar 19, 2023
Oct 19, 2022
Mar 12, 2023
Mar 19, 2023
Mar 8, 2023
Mar 8, 2023
Mar 8, 2023
Mar 14, 2023
Aug 1, 2022
Mar 8, 2023
Aug 3, 2022
Mar 19, 2023
Mar 19, 2023
Mar 8, 2023
Oct 18, 2022
Oct 19, 2022
Oct 15, 2022
Oct 7, 2022
Mar 8, 2023
Mar 8, 2023
Oct 7, 2022
Aug 9, 2022
Oct 19, 2022
Mar 8, 2023

Repository files navigation

Under Development

Do is a jit compiler for js and dolang

There are many samples of language in test directory

Do now just supports x86 cpu but in the next time it will support another cpu structurs ...

Make it :

make -B

Usage :

./doit filename.do

JS Usage :

./doit filename.js

My Tasks

  • let, var, const and scope of them should change and test
  • add fpu for numbers for float point numbers ( all number type should save as long and change number type like js )
  • add js closure
  • edit nested function
  • change array type and don't use this.value in it
  • check all types
  • add === and !== and
  • throw and try and catch and finnaly should add
  • switch statement should add
  • arguments in functions should add
  • ...arg should add for functions

Releases

No releases published

Packages

No packages published