Code Monkey home page Code Monkey logo

fimsharp's Introduction

Jaezmien Naejara

$ echo "๐Ÿฎ Moo!~"

Hi! My name is Jaezmien Naejara, and I like doing various stuffs. But on this website, you'll see mostly my dev projects - mainly in Webdev, Javascript/Typescript, Lua, C#, Python, and many more!

๐Ÿ’™ Some of my favourite projects!

๐Ÿ“ฆ Some of my NodeJS Libraries!



Top Languages



โค ๐Ÿ„ โค

fimsharp's People

Contributors

jaezmien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

comradespark

fimsharp's Issues

Change interpretation behaviour

Allow code to be stacked in one line Did you know that Hello is the word "Hello"? I said Hello!.

Exception strings will just print out the whole line.

Better README / Documentation

TODO

  • Compiling the DLLs and Test program using the batch file
  • Running FiMSharp.Test
  • Actually useful documentation comments for important functions

Create meaningful Exceptions

Currently, exceptions are just throw new Exception strings, which can get quite messy and often be random.

Proposing FiMException class that can make exceptions strings.

Array indexing is messed up

On array.fim, the output is different from FiMSharp and FiMSharp.Javascript.

The first output has different array index.
Either:

  • Make everything into an object (not sure how this will end) which will fix it but not sure how the loops will take that
  • Set _a so that, if there is a parameter, it puts it at index 1, while having an undefined 0 index.

Fix array length

Even when a key is set to nothing, arrays still have the same length

Add Prompts

Implementation is defined here
Also remove the [FiM Input] when doing inputs.

Missing inline functions

Branch for the issue

Reports that are not currently working and the missing inline functions:


Why?
Initially when I was coding FiMSharp, I just haphazardly added these inline functions so that I can get the report to work.
With v0.4's release, and its ability to have its own custom C# functions, I'm debating whether I should keep these inline functions, or move them to their own true functions.
(e.g. Instead of char of num, its now how to convert a number into a character literal.)

I have added count of for now, but we'll see what happens in the future.


Upsides:

  • KirinValue.Evaluate doesn't get bloated to Tartarus.
  • Can now add cool functions that could never be done in FiM++.

Downsides:

  • Requires complicated naming to run.
  • Would be hard to convert to other languages.

FiMSharp.Test --prettify

Test program should probably just show the report's output. If we need details, add the --prettify flag.

Enable backwards for loop

If x > y, the loop will go backwards instead.

Might also add For every number X from Y to Z by A to step the counter by A.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.